[clang] [clang][C23] Support N3029 Improved Normal Enumerations (PR #103917)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 5 05:16:23 PDT 2024


================
@@ -1,23 +1,23 @@
-// RUN: %clang_cc1 -triple %itanium_abi_triple %s -fsyntax-only -verify -pedantic
+// RUN: %clang_cc1 -triple %itanium_abi_triple %s -fsyntax-only -verify=expected,c99 -pedantic
----------------
AaronBallman wrote:

Should this get `-std=c99`?

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


More information about the cfe-commits mailing list