Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 4.4.0-rc1
Description
struct Foo {}; struct FooClient { FooClient(const Foo &) {} }; void c() { Foo foo; FooClient fooClient{foo}; // OK - cursor on "foo" will highlight the one from above, too } struct SomeClass { Foo foo; FooClient fooClient{foo}; // Ops - cursor on "foo" will *not* highlight the one above };
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-18535 Clang: Enumerator is highlighted as type within class declaration
- Closed