[clang] [LifetimeSafety] Add missing origins stats for lifetime analysis (PR #166568)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 27 05:57:55 PST 2025


================
@@ -53,6 +55,7 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
----------------
usx95 wrote:

Please remove #include "llvm/Support/raw_ostream.h"  
and restore #include "llvm/ADT/DenseMap.h"

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


More information about the cfe-commits mailing list