summaryrefslogtreecommitdiffstats
path: root/clang-tidy/ClangTidyModule.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-4/+5
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-1/+1
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-1/+1
* [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko2015-03-091-3/+3
* [clang-tidy] Default options in modules.Alexander Kornienko2014-10-161-0/+3
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-7/+11
* std::function-ize ClangTidyCheckFactories.Alexander Kornienko2014-09-101-59/+42
* Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko2014-09-101-7/+11
* Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko2014-08-061-1/+1
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-1/+1
* Fixed formatting.Alexander Kornienko2014-03-051-2/+1
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-3/+3
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-271-3/+6
* Clang-tidy: don't create ASTConsumers not needed for the set of checks we per...Alexander Kornienko2014-02-131-0/+1
* Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko2013-12-191-4/+7
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+98