[all-commits] [llvm/llvm-project] 580af4: [InstallAPI] Collect global functions

Cyndy Ishida via All-commits all-commits at lists.llvm.org
Tue Mar 5 07:47:41 PST 2024


  Branch: refs/heads/users/cyndyishida/installapip1
  Home:   https://github.com/llvm/llvm-project
  Commit: 580af4d537446637d44af03c147750af54eca05b
      https://github.com/llvm/llvm-project/commit/580af4d537446637d44af03c147750af54eca05b
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2024-03-05 (Tue, 05 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