[all-commits] [llvm/llvm-project] 993955: [APINotes] Initial support for C++ namespaces
Egor Zhdan via All-commits
all-commits at lists.llvm.org
Wed Aug 30 05:02:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9939556625548d7ba2c3eba4d131b9b4d6bc0c02
https://github.com/llvm/llvm-project/commit/9939556625548d7ba2c3eba4d131b9b4d6bc0c02
Author: Egor Zhdan <e_zhdan at apple.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M clang/include/clang/APINotes/Types.h
M clang/lib/APINotes/APINotesFormat.h
M clang/lib/APINotes/APINotesWriter.cpp
M clang/lib/APINotes/APINotesYAMLCompiler.cpp
Log Message:
-----------
[APINotes] Initial support for C++ namespaces
This upstreams a part of the C++ namespaces support in Clang API Notes.
The complete patch was recently merged downstream in the Apple fork: https://github.com/apple/llvm-project/pull/7230.
This patch only adds the parts of the namespace support that can be cleanly applied on top of the API Notes infrastructure that was upstreamed previously.
Differential Revision: https://reviews.llvm.org/D159092
More information about the All-commits
mailing list