Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 2.4.0-beta, Qt Creator 4.6.0-beta1
-
Windows 7, Chakra
Description
#define MEMBER_IMPL(selfClass) struct selfClass MEMBER_IMPL(Invalid) { float testFloat; int testInt; }; struct Valid { float testFloat; int testInt; }; int main() { Invalid i; // Issue 1: can't color i.testFloat = 9; // Issue 2: Run "Find Usages" on testFloat. It doesn't find anything. Valid v; v.testFloat = 8; return 0; }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-6147 renaming symbol under cursor might corrupt files through ignoring the project configured encoding.
-
- Closed
-