[PATCH] D92797: APINotes: add initial stub of APINotesWriter

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 7 16:16:11 PST 2020


compnerd added inline comments.


================
Comment at: clang/lib/APINotes/APINotesWriter.cpp:35
+  bool SwiftImportAsMember = false;
+#endif
+
----------------
Please ignore this `#if`-defed portion, it is not intended for upstream, but I need to keep this working downstream.  I will remove this before merging.


================
Comment at: clang/lib/APINotes/APINotesWriter.cpp:235
+  }
+#endif
+
----------------
Similar


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92797/new/

https://reviews.llvm.org/D92797



More information about the cfe-commits mailing list