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

Zixu Wang via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 13:53:09 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) {
----------------
zixu-w wrote:

How is this parameter used in this function?

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


More information about the cfe-commits mailing list