[clang] [analyzer] Revert incorrect LazyCoumpoundVal changes (PR #163461)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 07:55:05 PDT 2025


================
@@ -3,13 +3,13 @@
 // RUN:   -analyzer-checker=core \
 // RUN:   -analyzer-checker=cplusplus.NewDelete
 //
-// RUN: %clang_analyze_cc1 -DLEAKS -std=c++11 -fblocks %s \
+// RUN: %clang_analyze_cc1 -std=c++11 -fblocks %s \
 // RUN:   -verify=expected,newdelete,leak \
 // RUN:   -analyzer-checker=core \
 // RUN:   -analyzer-checker=cplusplus.NewDelete \
 // RUN:   -analyzer-checker=cplusplus.NewDeleteLeaks
 //
-// RUN: %clang_analyze_cc1 -std=c++11 -fblocks -verify %s \
+// RUN: %clang_analyze_cc1 -std=c++11 -fblocks %s \
----------------
NagyDonat wrote:

It's nice to see that you're cleaning up this stuff.

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


More information about the cfe-commits mailing list