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