summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-156/+0
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+1
* [clang-tidy] Fix diag message for catch-by-valueAlexander Kornienko2017-03-231-1/+1
* Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek2015-10-221-1/+1
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* Explicitly enable -fcxx-exceptions for this test to appease Windows build bots.Aaron Ballman2015-10-091-1/+1
* Add a new checker that tests whether a throw expression throws by value, and ...Aaron Ballman2015-10-091-0/+156
OpenPOWER on IntegriCloud