aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-14[clang-tidy][NFC] Switch to new file header style (#158497)Victor Chernyakin1-1/+1
2023-12-23[clang-tidy] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-08-28Use StringRef::contains (NFC)Kazu Hirata1-5/+3
2021-02-17[clang-tidy] Simplify inefficient algorithm checkStephen Kelly1-11/+8
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-5/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-2/+2
2017-11-27[clang-tidy] Move checks from misc- to performance-Alexander Kornienko1-0/+163