Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.5.0-rc1, Qt Creator 4.6.0-beta1
-
None
Description
void foo() { struct C { int &operator [](int a) { return x; } int x; } c; int a = 0; c[a] = 0; // a not highlighted }
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-15473 Clang: Highlighting of argument to user defined index operator is wrong
- Closed