aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
AgeCommit message (Expand)Author
2018-10-13[clang-tidy] add IgnoreMacros option to modernize-use-equals-deleteMiklos Vajna
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2017-05-08[clang-tidy] Ignore private =deleted methods in macros.Alexander Kornienko
2016-12-27[clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons
2016-11-17[clang-tidy] Ignore template instantiations in modernize-use-equals-delete checkMalcolm Parsons
2016-11-10[clang-tidy] Add modernize-use-equals-delete checkMalcolm Parsons