summaryrefslogtreecommitdiffstats
path: root/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-4/+4
* [clang-tidy] Fix diag message for catch-by-valueAlexander Kornienko2017-03-231-4/+6
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-4/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [clang-tidy] remove trailing whitespaces and retabKirill Bobyrev2016-08-011-1/+1
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+2
* Add a new checker that tests whether a throw expression throws by value, and ...Aaron Ballman2015-10-091-0/+159