Eugene.Zelenko added inline comments.
================ Comment at: clang-tidy/fuchsia/FuchsiaTidyModule.cpp:31 + void addCheckFactories(ClangTidyCheckFactories &CheckFactories) override { + + CheckFactories.registerCheck<DefaultArgumentsCheck>( ---------------- Please remove empty line. ================ Comment at: clang-tidy/fuchsia/MultipleInheritanceCheck.cpp:100 + Result.Nodes.getNodeAs<CXXRecordDecl>("decl")) { + + // Check against map to see if if the class inherits from multiple ---------------- Please remove empty line. ================ Comment at: docs/ReleaseNotes.rst:63 + + Check to prevent multiple inheritance in Fuchsia. + ---------------- //Check to// should be removed, just //Prevent//. Same in other places. Repository: rL LLVM https://reviews.llvm.org/D40108 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits