Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0, Qt Creator 3.6.0
Description
struct Foo { Foo(int i); Foo(char c); }; void f() { Foo foo( // Complete here }
Currently we do fallback to normal completion.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-15595 Clang can't complete constructors
- Closed