alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land.
LG with a nit. ================ Comment at: clang-tidy/modernize/UseEqualsDeleteCheck.h:46 void check(const ast_matchers::MatchFinder::MatchResult &Result) override; +private: + const bool IgnoreMacros; ---------------- Clang-format this, please (it should add an empty line before the access modifier). Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D53217 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits