[PATCH] D159092: [APINotes] Initial support for C++ namespaces
Egor Zhdan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 29 06:48:12 PDT 2023
egorzhdan created this revision.
egorzhdan added a reviewer: compnerd.
Herald added a project: All.
egorzhdan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D159092
Files:
clang/include/clang/APINotes/Types.h
clang/lib/APINotes/APINotesFormat.h
clang/lib/APINotes/APINotesWriter.cpp
clang/lib/APINotes/APINotesYAMLCompiler.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159092.554302.patch
Type: text/x-patch
Size: 13784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230829/ca3a007c/attachment.bin>
More information about the cfe-commits
mailing list