[clang] [LifetimeSafety] Detect use-after-scope through fields in member calls (PR #191731)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 12 20:32:05 PDT 2026
================
@@ -2531,3 +2531,45 @@ int *noreturn_dead_nested(bool cond, bool cond2, int *num) {
}
} // namespace conditional_operator_control_flow
+
+namespace method_call_uses_field_origins {
+// https://github.com/llvm/llvm-project/issues/182945
----------------
usx95 wrote:
nit: Let's remove this link. The test here is sufficient to give the complete context.
https://github.com/llvm/llvm-project/pull/191731
More information about the cfe-commits
mailing list