[clang] [LifetimeSafety] Add missing origins stats for lifetime analysis (PR #166568)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 18 20:52:07 PST 2025
================
@@ -52,7 +54,9 @@
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/Casting.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
----------------
usx95 wrote:
nit: These two look unrelated to changes in this file (although could be not unused).
https://github.com/llvm/llvm-project/pull/166568
More information about the cfe-commits
mailing list