[all-commits] [llvm/llvm-project] f04939: [APINotes] Upstream APINotesManager
Egor Zhdan via All-commits
all-commits at lists.llvm.org
Fri Nov 17 05:29:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f049395fc8d6d8bbbc711c7a2ce293210c580240
https://github.com/llvm/llvm-project/commit/f049395fc8d6d8bbbc711c7a2ce293210c580240
Author: Egor Zhdan <e_zhdan at apple.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
A clang/include/clang/APINotes/APINotesManager.h
M clang/include/clang/APINotes/Types.h
M clang/include/clang/Basic/DiagnosticCommonKinds.td
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Basic/Module.h
A clang/include/clang/Basic/SourceMgrAdapter.h
A clang/lib/APINotes/APINotesManager.cpp
M clang/lib/APINotes/CMakeLists.txt
M clang/lib/Basic/CMakeLists.txt
A clang/lib/Basic/SourceMgrAdapter.cpp
Log Message:
-----------
[APINotes] Upstream APINotesManager
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
More information about the All-commits
mailing list