aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2021-02-03[clang-tidy] Use new mapping matchersStephen Kelly1-9/+3
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-1/+1
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly1-2/+3
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-3/+0
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+2
2019-12-15[clang-tidy] Add cert-oop58-cpp checkGabor Bencze1-0/+83