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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to