aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/MakeSharedCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2020-06-22[clang-tidy] Improved accuracy of check list updater scriptNathan James1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-08-02Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek1-4/+5
2017-05-17[clang-tidy] Replace matchesName with hasName where no regex is neededAlexander Kornienko1-1/+1
2016-05-02[clang-tidy] Add modernize-make-shared checkPiotr Padlewski1-0/+31