[clang] [analyzer] MoveChecker: correct invalidation of this-regions (PR #169626)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 27 05:27:44 PST 2025
================
@@ -0,0 +1,53 @@
+// RUN: %clang_analyze_cc1 -analyzer-checker=cplusplus.Move %s -std=c++11\
+// RUN: -analyzer-output=text -verify=expected
----------------
steakhal wrote:
```suggestion
// RUN: -analyzer-output=text
```
https://github.com/llvm/llvm-project/pull/169626
More information about the cfe-commits
mailing list