[clang] [clang] Disallow VLA type compound literals (PR #91891)
Jim M. R. Teichgräber via cfe-commits
cfe-commits at lists.llvm.org
Mon May 13 04:59:28 PDT 2024
================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -pedantic %s
+// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -pedantic -Wno-comment %s
----------------
J-MR-T wrote:
Ah, that's good to know! Seeing as I had to modify the test again anyway, it seems nicer to use this syntax.
https://github.com/llvm/llvm-project/pull/91891
More information about the cfe-commits
mailing list