summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-1/+1
* [clang-tidy] Default options in modules.Alexander Kornienko2014-10-161-0/+4
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-8/+7
* std::function-ize ClangTidyCheckFactories.Alexander Kornienko2014-09-101-4/+4
* Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko2014-09-101-8/+3
* Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko2014-08-061-3/+2
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-2/+3
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-201-1/+1
* Use range-based for loops for better readability. No functional changes inten...Alexander Kornienko2014-03-061-10/+7
* Add the check name to the clang-tidy diagnostic output.Alexander Kornienko2014-01-131-2/+5
* Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko2013-12-191-14/+6
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+49
OpenPOWER on IntegriCloud