Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.13.0-beta2, Qt Creator 4.13.0
-
None
-
-
d14be7493f8ed963840d198315ef46b4641427bd (qt-creator/qt-creator/4.13)
Description
Syntax highlighting does not work correctly in template type aliases. Test project sets C++ standard to -std=c++17. Only clang code model fails in this case, the basic Qt Creator code model works as expected!
However, 'goto definition', 'find usages' and 'refactoring' works, only the syntax highlighting fails in this case.
See attached files.