================
@@ -961,11 +961,18 @@ void FactsGenerator::handleFunctionCall(const Expr *Call,
           ArgList->peelOuterOrigin()->getOuterOriginID(), KillSrc));
       KillSrc = false;
     } else if (IsArgLifetimeBound(I)) {
----------------
usx95 wrote:

I am confused. Why are we doing this under the branch `if 
(IsArgLifetimeBound(I))` ?
Can we do this early on and early return to avoid the nesting here.

https://github.com/llvm/llvm-project/pull/199600
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to