[clang] WIP [clang][ssaf] Add TUSummaryBuilder and testing features (PR #180779)

Jan Korous via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 10 12:58:03 PST 2026


================
@@ -24,6 +25,7 @@ class TUSummary {
   /// Identifies the translation unit.
   BuildNamespace TUNamespace;
   EntityIdTable IdTable;
+  std::map<EntityId, EntityLinkage> Entities;
----------------
jkorous-apple wrote:

+1

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


More information about the cfe-commits mailing list