[clang] Revert "[clang][analyzer] Make per-entry-point metric rows uniquely identifiable" (PR #161857)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 3 08:18:34 PDT 2025


shiltian wrote:

I can submit a quick fix if needed.

```
diff --git a/clang/lib/StaticAnalyzer/Core/CMakeLists.txt b/clang/lib/StaticAnalyzer/Core/CMakeLists.txt
index d0a9b202f9c5..b8095a5427b5 100644
--- a/clang/lib/StaticAnalyzer/Core/CMakeLists.txt
+++ b/clang/lib/StaticAnalyzer/Core/CMakeLists.txt
@@ -61,6 +61,7 @@ add_clang_library(clangStaticAnalyzerCore
   clangBasic
   clangCrossTU
   clangFrontend
+  clangIndex
   clangLex
   clangRewrite
   clangToolingCore
```

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


More information about the cfe-commits mailing list