summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [clang-tidy] New option for misc-throw-by-value-catch-by-referenceAdam Balogh2019-05-211-0/+2
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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/+49
OpenPOWER on IntegriCloud