Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.1.0-beta
-
None
-
5d76b4339a717cd944c4a3c27eac860b8111d645, ba42ceb0cb7827a9bbad29a1e08d4a25339ea57d
Description
template<class T> struct Temp { struct Nested1 { T t; }; struct Nested2 { Nested1 n1; }; }; struct Foo { int foo; }; void func() { Temp<Foo>::Nested1 n1; Temp<Foo>::Nested2 n2; n1.t.foo; // Highlighted n2.n1.t.foo; // Not highlighted }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-11999 Infinite loop on LookupContext for stl map
- Closed