[clang] [Analyzer][CFG] Correctly handle rebuilt default arg and default init expression (PR #91879)

via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 09:40:53 PDT 2024


================
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -std=c++14 -verify  %s \
+// RUN: %clang_analyze_cc1 -std=c++14 -verify=expected,pedantic  %s \
----------------
yronglin wrote:

It's used like the `pedantic-warning`, I'll remove this to address previous comments.

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


More information about the cfe-commits mailing list