[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:22 PDT 2024


================
@@ -0,0 +1,59 @@
+// RUN: %clang_cc1 -verify -triple x86_64-unknown-linux-gnu -fsyntax-only --embed-dir=%S/Inputs -std=c23 %s -pedantic -Wpre-c23-compat
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -verify -triple x86_64-unknown-linux-gnu -fsyntax-only -std=c23 %s -pedantic -Wpre-c23-compat
```

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


More information about the cfe-commits mailing list