-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.5.0
-
None
-
Kubuntu 15.04 x86_64
The final and override C++11 keywords are not colored as keywords when clang code model is used. Try the following code snippet:
struct base
{
virtual void foo() = 0;
};
struct derived final :
public base
{
virtual void foo() override {}
};
- replaces
-
QTCREATORBUG-11490 Clang: 'override' keyword is not highlighted
-
- Closed
-