Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 9.0.2, Qt Creator 10.0.2
-
None
-
6bf6c093c (11.0)
Description
In attached file, QtCreator shows an invalid (False Negative) brace mismatch (pink block in the screenshot). It has to do with the C-style comment on L498.
To reproduce:
- Open attached tst_qanystringview.cpp in QtC
- Place cursor at the end of L502
- → screenshot
- Expected: green highlight of } in L502 with { in L498.
- remove the C comment in L498
- braces are matched as expected