[clang] Propagate lifetimebound from formal parameters to those in the canonical declaration and use that for analysis (PR #107627)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 15:58:05 PST 2024
================
@@ -238,18 +239,13 @@ void Sema::inferLifetimeBoundAttribute(FunctionDecl *FD) {
default:
break;
}
- return;
----------------
higher-performance wrote:
Done.
https://github.com/llvm/llvm-project/pull/107627
More information about the cfe-commits
mailing list