[all-commits] [llvm/llvm-project] e6ef31: [APINotes] Introduce APINotes infrastructure in Cl...
Egor Zhdan via All-commits
all-commits at lists.llvm.org
Tue Nov 21 05:37:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6ef31524729fc03275b1ea4f92b66c1e1eb013e
https://github.com/llvm/llvm-project/commit/e6ef31524729fc03275b1ea4f92b66c1e1eb013e
Author: Egor Zhdan <e_zhdan at apple.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Sema/Sema.h
M clang/lib/Frontend/CMakeLists.txt
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Sema/CMakeLists.txt
M clang/lib/Sema/Sema.cpp
Log Message:
-----------
[APINotes] Introduce APINotes infrastructure in Clang Sema and Frontend
This upstreams more of the Clang API Notes functionality that is
currently implemented in the Apple fork:
https://github.com/apple/llvm-project/tree/next/clang/lib/APINotes
This adds the initial Clang APINotes infrastructure to Clang Sema and
Clang Frontend.
There will shortly be a follow-up patch with the actual usages of this
API. I'm splitting these changes into separate PRs to keep the diffs
easier to review.
More information about the All-commits
mailing list