[PATCH] D41102: Setup clang-doc 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/Representation.h:80
+ : LineNumber(LineNumber), Filename(std::move(Filename)) {}
+ int LineNumber;
+ std::string Filename;
----------------
Please separate constructors from data members with empty line.
https://reviews.llvm.org/D41102
More information about the cfe-commits
mailing list