leonardchan accepted this revision. leonardchan added inline comments. This revision is now accepted and ready to land.
================ Comment at: clang-tools-extra/clang-doc/MDGenerator.cpp:79 + +void writeHeader(const Twine &Text, int Num, raw_ostream &OS) { + OS << std::string(Num, '#') + " " + Text << "\n"; ---------------- nit: make `Num` unsigned since the `std::string` fill ctor takes an unsigned value https://reviews.llvm.org/D43424 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits