Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.4.0-beta1, Qt Creator 4.5.0, Qt Creator 4.6.0-beta1
Description
struct Foo{}; Foo foo1(Foo); // Fine auto foo2(Foo) { return 3; }; // Fine auto foo3(Foo) -> int { return 3; }; // Fine auto foo6(Foo) -> int; // Fine auto foo4(Foo) -> Foo { return Foo(); }; // Fine auto foo5(Foo) -> Foo; // Ops, "Foo" in parameter list is highlighted as Function, not Type
Attachments
For Gerrit Dashboard: QTCREATORBUG-18552 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
226504,5 | Clang: Require LLVM/Clang >= 6.0.0 | 4.7 | qt-creator/qt-creator | Status: MERGED | -2 | 0 |