summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-215/+0
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+1
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-281-1/+1
* [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-valueMalcolm Parsons2017-01-121-2/+16
* [clang-tidy] Don't rely on <array> being available.Benjamin Kramer2016-05-241-6/+5
* [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-style testMads Ravn2016-05-241-5/+4
* [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-style testMads Ravn2016-05-241-18/+16
* [clang-tidy] modernize-pass-by-value bugfixMads Ravn2016-05-241-15/+25
* Commiting for http://reviews.llvm.org/D20365Mads Ravn2016-05-231-7/+0
* Commiting for http://reviews.llvm.org/D20365Mads Ravn2016-05-231-0/+6
* 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
* [clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko2015-08-201-2/+1
* clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Tweak not to o...NAKAMURA Takumi2015-08-151-1/+1
* clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Appease target...NAKAMURA Takumi2015-08-151-1/+1
* [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko2015-08-141-0/+197
OpenPOWER on IntegriCloud