[clang] [APINotes] Upstream APINotesWriter (PR #65187)

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 09:51:04 PDT 2023


================
@@ -33,6 +33,7 @@ class APINotesWriter::Implementation {
   /// Mapping from strings to identifier IDs.
   llvm::StringMap<IdentifierID> IdentifierIDs;
 
+public:
----------------
egorzhdan wrote:

Reverted this part of the change by making `APINotesWriter` a friend class of `Implementation`

https://github.com/llvm/llvm-project/pull/65187


More information about the cfe-commits mailing list