[clang] [clang][ssaf] Add EntityLinkage data structure and update TUSummary (PR #181718)
Aviral Goel via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 16 10:52:37 PST 2026
================
@@ -23,8 +24,11 @@ namespace clang::ssaf {
class TUSummary {
/// Identifies the translation unit.
BuildNamespace TUNamespace;
+
----------------
aviralg wrote:
Added this empty line for consistency wrt all the fields.
https://github.com/llvm/llvm-project/pull/181718
More information about the cfe-commits
mailing list