[PATCH] D53217: [clang-tidy] add IgnoreMacros option to modernize-use-equals-delete
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 12 17:50:03 PDT 2018
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
More information about the cfe-commits
mailing list