[clang] [clang] Trigger checkLifetimeEnd callback from CFGLifetimeEnds element (PR #201123)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 2 07:43:41 PDT 2026


================
@@ -290,18 +293,38 @@ class CFGLoopExit : public CFGElement {
   }
 };
 
+/// Base class for representing elements related to the lifetime of automatic
+/// objects
----------------
Xazax-hun wrote:

Nit:
```suggestion
/// objects.
```

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


More information about the cfe-commits mailing list