[clang] [clang][C23] Claim N3030 Enhancements to Enumerations supported (PR #107260)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 5 08:36:33 PDT 2024
================
@@ -0,0 +1,95 @@
+// RUN: %clang_cc1 -verify -triple x86_64-unknown-linux-gnu -fsyntax-only --embed-dir=%S/Inputs -std=c23 %s -pedantic -Wall
----------------
AaronBallman wrote:
```suggestion
// RUN: %clang_cc1 -verify -triple x86_64-unknown-linux-gnu -fsyntax-only -std=c23 %s -pedantic -Wall
```
https://github.com/llvm/llvm-project/pull/107260
More information about the cfe-commits
mailing list