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