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
-
For Gerrit Dashboard: QTCREATORBUG-11752 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
82359,2 | C++: nested class with enclosing template class | 3.1 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
84346,3 | C++: nested class with enclosing template class | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
89541,1 | C++: nested class with enclosing template class | 3.2 | qt-creator/qt-creator | Status: ABANDONED | 0 | 0 |
89543,4 | C++: nested class with enclosing template class | 3.2 | qt-creator/qt-creator | Status: ABANDONED | -2 | 0 |