[clang] [clang] Disallow VLA type compound literals (PR #91891)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon May 13 04:20:26 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
----------------
AaronBallman wrote:
Why did this test need to add `-Wno-comment`?
https://github.com/llvm/llvm-project/pull/91891
More information about the cfe-commits
mailing list