aaron.ballman added inline comments.
================ Comment at: lib/AST/Comment.cpp:378-380 +LLVM_DUMP_METHOD void Comment::dump() const { + dump(llvm::errs(), nullptr, nullptr); +} ---------------- If we're moving things around, is there a reason we should keep this in a source file as opposed to inlining it in the header? Same goes for the other trivial implementations. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62065/new/ https://reviews.llvm.org/D62065 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits