[clang] SSAF JSON Format (PR #180021)

Aviral Goel via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 6 12:54:57 PST 2026


================
@@ -21,6 +21,8 @@ namespace clang::ssaf {
 /// The table maps each unique EntityName to exactly one EntityId.
 /// Entities are never removed.
 class EntityIdTable {
+  friend class SerializationFormat;
----------------
aviralg wrote:

For serializing and deserializing `EntityIdTable` objects.

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


More information about the cfe-commits mailing list