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

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 15:49:52 PDT 2023


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

Why make all this public?

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


More information about the cfe-commits mailing list