[clang] [llvm] [InstallAPI] Collect global functions (PR #83952)

Cyndy Ishida via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 13:58:13 PST 2024


================
@@ -19,7 +19,7 @@ namespace clang::installapi {
 GlobalRecord *FrontendRecordsSlice::addGlobal(
     StringRef Name, RecordLinkage Linkage, GlobalRecord::Kind GV,
     const clang::AvailabilityInfo Avail, const Decl *D, const HeaderType Access,
-    SymbolFlags Flags) {
+    SymbolFlags Flags, bool Inlined) {
----------------
cyndyishida wrote:

Ah, thanks it's supposed to be passed along.

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


More information about the cfe-commits mailing list