[clang] [C23][Parser] Diagnostic for attribute declaration where statement is required (PR #146224)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 3 04:58:00 PDT 2025
================
@@ -0,0 +1,18 @@
+// RUN: %clang_cc1 -fsyntax-only -std=c2x -verify %s
----------------
yronglin wrote:
c2x-fallthrough2.c was reverted, we don't need it in current implementation, but I change c2x to c23 in c2x-fallthrough.c
https://github.com/llvm/llvm-project/pull/146224
More information about the cfe-commits
mailing list