aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/ClangTidyModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-27[clang-tidy][NFC] Fix modernize-return-braced-init-list findingsPiotr Zegar1-3/+1
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2023-01-12[clang-tidy][NFC] Make CheckFactories::CreateChecks* constNathan James1-2/+3
2022-05-06[clang-tidy][NFC] Add createChecks method that also checks for LangaugeOptionsNathan James1-0/+15
2020-07-30[clang-tidy][NFC] Use StringMap for ClangTidyCheckFactories::FacoryMapNathan James1-3/+3
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-09-26Return results by value from ClangTidyCheckFactories::createChecksDmitri Gribenko1-3/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-05-17Change getChecksFilter() interface to hide implementation details.Alexander Kornienko1-2/+1
2016-06-15Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer1-1/+1
2014-10-16[clang-tidy] Default options in modules.Alexander Kornienko1-0/+4
2014-09-12Implemented clang-tidy-check-specific options.Alexander Kornienko1-8/+7
2014-09-10std::function-ize ClangTidyCheckFactories.Alexander Kornienko1-4/+4
2014-09-10Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko1-8/+3
2014-08-06Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko1-3/+2
2014-06-05Allow per-file clang-tidy options.Alexander Kornienko1-2/+3
2014-03-20Post-filter clang-tidy diagnostic messages.Alexander Kornienko1-1/+1
2014-03-06Use range-based for loops for better readability. No functional changes inten...Alexander Kornienko1-10/+7
2014-01-13Add the check name to the clang-tidy diagnostic output.Alexander Kornienko1-2/+5
2013-12-19Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko1-14/+6
2013-07-29Initial architecture for clang-tidy.Daniel Jasper1-0/+49