[clang] [LifetimeSafety] Run analysis in post-order of CallGraph for better annotation propagation (PR #174178)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 5 10:07:27 PST 2026
================
@@ -218,8 +217,8 @@ namespace incorrect_order_inference_object {
MyObj* return_object_callee(MyObj* a);
// FIXME: No lifetime annotation suggestion warning when functions are not present in the callee-before-caller pattern
----------------
usx95 wrote:
nit: remove FIXME.
https://github.com/llvm/llvm-project/pull/174178
More information about the cfe-commits
mailing list