Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
Qt Creator 7.0.0
-
Kubuntu 21.10 x86-64
-
24df1f118 (11.0)
Description
Labels in goto statements are not colored as labels when clangd is enabled. For example:
void foo()
{
goto label;
label:;
}
The label is colored correctly when clangd is disabled.