[PATCH] D41102: Setup clang-doc frontend framework

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 14 17:11:21 PST 2017


juliehockett added inline comments.


================
Comment at: tools/clang-doc/ClangDocReporter.h:35
+
+struct StringPair {
+  std::string Key;
----------------
JDevlieghere wrote:
> Do you still need this?
Yes, it's used to serialize the map to yaml.


https://reviews.llvm.org/D41102





More information about the cfe-commits mailing list