aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/ClangTidyModuleRegistry.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-22Reland 'Update llvm::Registry to work for LLVM shared library builds on windo...Thomas Fransham1-0/+4
2023-08-27[clang-tidy][NFC] Fix modernize-use-using findingsPiotr Zegar1-1/+1
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-4/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn1-2/+0
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn1-0/+2
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn1-2/+0
2015-03-09[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko1-3/+3
2014-07-03clang-tidy: Instantiate llvm::Registry<clang::tidy::ClangTidyModule>.NAKAMURA Takumi1-0/+2
2013-07-29Initial architecture for clang-tidy.Daniel Jasper1-0/+24