[clang] [clang][ssaf] Add whole-program analysis execution layer (PR #186813)
Aviral Goel via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 16 21:53:14 PDT 2026
================
@@ -31,6 +31,7 @@ namespace clang::ssaf {
/// together. It contains deduplicated entities with their linkage information
/// and the merged entity summaries.
class LUSummary {
+ friend class AnalysisDriver;
----------------
aviralg wrote:
Sorted!
https://github.com/llvm/llvm-project/pull/186813
More information about the cfe-commits
mailing list