[clang] [LifetimeSafety] Fix compiler crash with `static operator()` (PR #187853)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 23 08:43:23 PDT 2026


================
@@ -2102,3 +2102,35 @@ void pointer_in_array_use_after_scope() {
 }
 
 } // namespace array
+
+namespace GH187426 {
----------------
usx95 wrote:

Since we are adding the issue link, lets be more descriptive here:eg `static_call_operator`

https://github.com/llvm/llvm-project/pull/187853


More information about the cfe-commits mailing list