[clang] [Analyzer] No longer crash with VLA operands to unary type traits (PR #151719)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 1 09:06:06 PDT 2025
================
@@ -0,0 +1,18 @@
+// RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core -verify -x c -std=c2y %s
----------------
steakhal wrote:
Is the `-std=c2y` necessary?
https://github.com/llvm/llvm-project/pull/151719
More information about the cfe-commits
mailing list