summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] add IgnoreMacros option to modernize-use-equals-deleteMiklos Vajna2018-10-131-1/+7
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* [clang-tidy] Ignore private =deleted methods in macros.Alexander Kornienko2017-05-081-2/+7
* [clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons2016-12-271-0/+3
* [clang-tidy] Ignore template instantiations in modernize-use-equals-delete checkMalcolm Parsons2016-11-171-0/+1
* [clang-tidy] Add modernize-use-equals-delete checkMalcolm Parsons2016-11-101-0/+69
OpenPOWER on IntegriCloud