aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidyModule.cpp
AgeCommit message (Expand)Author
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-20Post-filter clang-tidy diagnostic messages.Alexander Kornienko
2014-03-06Use range-based for loops for better readability. No functional changes inten...Alexander Kornienko
2014-01-13Add the check name to the clang-tidy diagnostic output.Alexander Kornienko
2013-12-19Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko
2013-07-29Initial architecture for clang-tidy.Daniel Jasper