[clang] [LifetimeSafety] Introduce buildOriginFlowChain for use-after-scope (PR #199345)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Sun May 24 10:00:24 PDT 2026


================
@@ -54,14 +54,24 @@ inline bool IsLifetimeSafetyEnabled(Sema &S, const Decl *D) {
   return false;
 }
 
+inline StringRef formatExpr(const Expr *E) {
----------------
usx95 wrote:

cc: @Nekon69

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


More information about the cfe-commits mailing list