[clang] [llvm] [clang] Add bitint classification for __builtin_classify_type (PR #72036)

via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 11 10:37:57 PST 2023


================
@@ -1060,7 +1060,7 @@ if (UNIX AND
     (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR
      (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND
       NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9))))
-  append("-fdiagnostics-color" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
+  append("-fdiagnostics-color=always" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
 endif()
----------------
cor3ntin wrote:

This is unrelated

https://github.com/llvm/llvm-project/pull/72036


More information about the cfe-commits mailing list