[clang] [Analyzer] support parenthesized list initialization (PR #148988)

Oleksandr T. via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 16 08:21:11 PDT 2025


================
@@ -1,13 +1,65 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core.DivideZero -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core.DivideZero -std=c++20 -verify %s
----------------
a-tarasyuk wrote:

@necto Thanks. I've moved to a new file related to c++20 only

https://github.com/llvm/llvm-project/pull/148988


More information about the cfe-commits mailing list