aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidyModule.h
AgeCommit message (Expand)Author
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2015-10-20Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie
2015-10-20Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez
2015-03-09[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko
2014-10-16[clang-tidy] Default options in modules.Alexander Kornienko
2014-09-12Implemented clang-tidy-check-specific options.Alexander Kornienko
2014-09-10std::function-ize ClangTidyCheckFactories.Alexander Kornienko
2014-09-10Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko
2014-08-06Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko
2014-06-05Allow per-file clang-tidy options.Alexander Kornienko
2014-03-05Fixed formatting.Alexander Kornienko
2014-03-02[C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper
2014-02-27Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko
2014-02-13Clang-tidy: don't create ASTConsumers not needed for the set of checks we per...Alexander Kornienko
2013-12-19Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko
2013-07-29Initial architecture for clang-tidy.Daniel Jasper