[clang] [clang][ssaf] Introduce entity abstraction for SSAF (PR #169131)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 25 05:07:52 PST 2025
================
@@ -0,0 +1,18 @@
+add_distinct_clang_unittest(ClangScalableAnalysisFrameworkTests
+ BuildNamespaceTest.cpp
+ EntityNameTest.cpp
+ ASTEntityMappingTest.cpp
+
+ CLANG_LIBS
+ clangAnalysisScalable
+ clangAST
+ clangASTMatchers
+ clangBasic
+ clangSerialization
+ clangTooling
----------------
steakhal wrote:
Could you please sort these lists?
https://github.com/llvm/llvm-project/pull/169131
More information about the cfe-commits
mailing list