aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
AgeCommit message (Expand)Author
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-03-23[clang-tidy] Fix diag message for catch-by-valueAlexander Kornienko
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-08-01[clang-tidy] remove trailing whitespaces and retabKirill Bobyrev
2016-05-02[clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron
2015-10-09Add a new checker that tests whether a throw expression throws by value, and ...Aaron Ballman