[clang] [Draft] Summary Based Analysis Prototype (PR #144224)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 16 02:25:42 PDT 2025


================
@@ -0,0 +1,60 @@
+#ifndef LLVM_CLANG_SUMMARY_SUMMARYCONTEXT_H
+#define LLVM_CLANG_SUMMARY_SUMMARYCONTEXT_H
+
+#include "clang/Summary/SummaryAttribute.h"
+#include "clang/Summary/SummaryConsumer.h"
+#include <set>
+
+namespace clang {
+class FunctionSummary {
+  SmallVector<char> ID;
----------------
Xazax-hun wrote:

Why SmallVector instead of a string type?

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


More information about the cfe-commits mailing list