[clang] WIP [clang][ssaf] Add TUSummaryBuilder and testing features (PR #180779)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 11:59:53 PST 2026
================
@@ -0,0 +1,27 @@
+//===- EntityLinkage.h ------------------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_ENTITY_LINKAGE_H
+#define LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_ENTITY_LINKAGE_H
+
+namespace clang::ssaf {
+
+class EntityLinkage {
----------------
steakhal wrote:
Sure no problem.
https://github.com/llvm/llvm-project/pull/180779
More information about the cfe-commits
mailing list