Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 3.5.0, Qt Creator 3.6.0, Qt Creator 4.12.0-beta2
Description
struct Foo { Foo(int) : // Complete here int HELLO; };
Only the Qt Creator snippets are part of the completion results, but no actual results from libclang. Especially there is no "HELLO" completion item.
Adding a function definition (declaration is not enough) before the HELLO declaration helps.