[clang] [clang] Add /Zc:__STDC__ flag to clang-cl (PR #68690)

via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 9 20:19:06 PST 2024


================
@@ -123,6 +123,15 @@
 // CHECK-CHAR8_T_: "-fno-char8_t"
 
 
+// RUN: %clang_cl /TC /dev/null /E -Xclang -dM 2> /dev/null | FileCheck -match-full-lines %s --check-prefix=NOSTDC
----------------
xbjfk wrote:

Moved to clang/test/Preprocessor, thanks!

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


More information about the cfe-commits mailing list