[PATCH] D41102: Setup clang-doc frontend framework

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 5 18:17:32 PST 2018


Eugene.Zelenko added inline comments.


================
Comment at: clang-doc/BitcodeWriter.h:160
+class ClangDocBitcodeWriter {
+ public:
+  ClangDocBitcodeWriter(llvm::BitstreamWriter &Stream,
----------------
Looks like Clang-format was applied incorrectly, because this is Google, not LLVM style. Please note that it doesn't modify file, just output formatted code to terminal.

Please reformat other files, including those in dependent patches.


https://reviews.llvm.org/D41102





More information about the cfe-commits mailing list