[clang] [LifetimeSafety] Fix crash on explicit object member functions (PR #212154)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 27 01:35:07 PDT 2026


================
@@ -929,6 +930,8 @@ void FactsGenerator::handleMovedArgsInCall(const FunctionDecl *FD,
   for (unsigned I = IsInstance;
----------------
usx95 wrote:

nit: `// Skip implicit 'this'` ...

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


More information about the cfe-commits mailing list