[all-commits] [llvm/llvm-project] c6cbf8: [InstallAPI] Hookup Input files & basic ASTVisitor...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Wed Feb 28 09:47:57 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6cbf81c84b00ab0107a09f5b2d0183458a367b8
https://github.com/llvm/llvm-project/commit/c6cbf81c84b00ab0107a09f5b2d0183458a367b8
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M clang/include/clang/InstallAPI/Context.h
A clang/include/clang/InstallAPI/Frontend.h
M clang/include/clang/InstallAPI/HeaderFile.h
A clang/include/clang/InstallAPI/Visitor.h
M clang/lib/InstallAPI/CMakeLists.txt
A clang/lib/InstallAPI/Frontend.cpp
A clang/lib/InstallAPI/Visitor.cpp
M clang/test/InstallAPI/basic.test
A clang/test/InstallAPI/variables.test
M clang/tools/clang-installapi/ClangInstallAPI.cpp
M clang/tools/clang-installapi/Options.cpp
M clang/tools/clang-installapi/Options.h
Log Message:
-----------
[InstallAPI] Hookup Input files & basic ASTVisitor (#82552)
This patch takes in json files as input to determine that header files
to process, and in which order, to pass along for CC1 invocations. This
patch also includes an ASTVisitor to collect simple global variables.
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