[all-commits] [llvm/llvm-project] be6d3d: [InstallAPI] Collect global functions
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Mon Mar 4 19:00:14 PST 2024
Branch: refs/heads/users/cyndyishida/installapip1
Home: https://github.com/llvm/llvm-project
Commit: be6d3d4e35f2c77b191c326677ab5502425c9e13
https://github.com/llvm/llvm-project/commit/be6d3d4e35f2c77b191c326677ab5502425c9e13
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2024-03-04 (Mon, 04 Mar 2024)
Changed paths:
M clang/include/clang/InstallAPI/Frontend.h
M clang/include/clang/InstallAPI/Visitor.h
M clang/lib/InstallAPI/Frontend.cpp
M clang/lib/InstallAPI/Visitor.cpp
A clang/test/InstallAPI/functions.test
M clang/tools/clang-installapi/Options.cpp
M llvm/include/llvm/TextAPI/Record.h
M llvm/include/llvm/TextAPI/RecordsSlice.h
M llvm/lib/TextAPI/RecordsSlice.cpp
M llvm/unittests/TextAPI/RecordTests.cpp
Log Message:
-----------
[InstallAPI] Collect global functions
* Include whether functions are inlinable as they impact whether to add
them into the tbd file and future verification.
* Fix how clang arguments got passed along, previously spacing was
passed along to CC1 causing search paths to look non-existent.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list