Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 14.0.1
-
None
-
Ubuntu 24
Description
There is _clang_ macro to detect clang compiler... For my code I expect gray color for #define v ( 1 ) but opposite situation happen...
#ifdef __clang__ #define v ( 1 ) #else #define v ( 0 ) #endif
I have clang in my system but for now in my Kit I use GCC. And in fact v as 0 comes, so for compiling no problem, problem for editor only.