================
@@ -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:

You should split this into two `RUN` lines, one `-std=c23 -Wpre-c23-compat` and 
the other `-std=c17 -pedantic` so that we see the pedantic warnings being 
tested.

https://github.com/llvm/llvm-project/pull/103917
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to