Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.8.0-beta2
-
Creator 4.8-beta2 snapshot, Clang Code Model
Description
Neither Find Usages nor Rename Usages works for foo in the following example. Highlighting and Goto Definition works as expected, however.
enum { foo = 42 }; int main() { return foo; }