[clang] [LifetimeSafety] Infer [[clang::lifetimebound]] annotation (PR #171081)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 8 05:30:56 PST 2025
================
@@ -552,6 +552,20 @@ const int& get_ref_to_local() {
// expected-note at -1 {{returned here}}
}
+View inference_callee_return_identity(View a) {
----------------
usx95 wrote:
Thanks for confirming. I hope this as well can be fixed with the call-graph post-order approach.
https://github.com/llvm/llvm-project/pull/171081
More information about the cfe-commits
mailing list