[clang] [LifetimeSafety] Introduce intra-procedural analysis in Clang (PR #142313)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 6 13:52:36 PDT 2025


================
@@ -0,0 +1,13 @@
+#ifndef LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIME_SAFETY_H
----------------
vbvictor wrote:

I think this file has a "Header" with `Part of the LLVM Project ...` and a little in-place description like any other file in `Analyses/` dir. Same to .cpp file.

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


More information about the cfe-commits mailing list