[PATCH] D43341: [clang-doc] Implement reducer portion of the frontend framework
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 23 10:53:32 PST 2018
Eugene.Zelenko added a comment.
Please run Clang-format and Clang-tidy modernize.
================
Comment at: clang-doc/BitcodeReader.h:36
+ public:
+ ClangDocBitcodeReader() {}
+ using RecordData = SmallVector<uint64_t, 128>;
----------------
Please use = default;
https://reviews.llvm.org/D43341
More information about the cfe-commits
mailing list