Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.3.0
-
None
Description
When the Clang Code Model is enabled, #endif for grayed out sections is also grayed out, unlike the built-in code model.
#if NONSENSE // Highlighted void func(); // Grayed out #endif // Grayed out