[clang] [LifetimeSafety] Track moved declarations to prevent false positives (PR #170007)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 16 12:37:39 PST 2026


================
@@ -163,9 +163,27 @@ void FactsGenerator::VisitCXXMemberCallExpr(const CXXMemberCallExpr *MCE) {
   }
 }
 
+static bool isStdMove(const FunctionDecl *FD) {
----------------
usx95 wrote:

Makes sense and SGTM.

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


More information about the cfe-commits mailing list