================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to