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

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 27 03:02:47 PDT 2026


================
@@ -911,7 +911,8 @@ void FactsGenerator::handleMovedArgsInCall(const FunctionDecl *FD,
                                            ArrayRef<const Expr *> Args) {
   unsigned IsInstance = 0;
----------------
arhwx wrote:

Good catch, done.

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


More information about the cfe-commits mailing list