hokein accepted this revision. hokein added a reviewer: hokein. hokein added a comment. This revision is now accepted and ready to land.
LGTM, thanks. ================ Comment at: clang-tidy/modernize/UseEqualsDeleteCheck.cpp:37 unless(anyOf(hasBody(stmt()), isDefaulted(), isDeleted(), + ast_matchers::isTemplateInstantiation(), // Ensure that all methods except private special member ---------------- Can we remove `ast_matchers::`? https://reviews.llvm.org/D26751 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits