summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/NonCopyableObjects.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] Simplify matchersAlexander Kornienko2016-11-081-36/+11
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-1/+4
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-5/+5
* Make a bunch of static arrays const.Craig Topper2015-10-181-2/+2
* Adding a checker (misc-non-copyable-objects) that detects situations where a ...Aaron Ballman2015-09-301-0/+96
OpenPOWER on IntegriCloud