Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.5.0, Qt Creator 2.6.0-rc, Qt Creator 2.8.0-beta, Qt Creator 4.12.0-rc1
-
9ee693ee229d28bd618e8dd44bc6b12750d43a29 (qt-creator/qt-creator/master)
Description
class __declspec(dllexport) Foo { int bar; // Find Usages doesn't find the usage below }; int main() { Foo foo; foo.bar; // bar is not highlighted when the caret is on it }
The regression from 2.5 (QTCREATORBUG-7712) was fixed, but still the basic case doesn't work.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-22857 Find references doesn't work for shared_ptr on msvc2017 compiler
- Closed