================
@@ -135,7 +135,10 @@ class LifetimeChecker {
return;
if (PVD->hasAttr<LifetimeBoundAttr>()) {
// Track that this lifetimebound parameter correctly escapes.
----------------
heturing wrote:
Updated.
https://github.com/llvm/llvm-project/pull/204797