aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.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-27[clang-tidy] Simplify shrink to fit checkStephen Kelly1-21/+14
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-2/+2
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly1-1/+2
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-4/+4
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
2018-07-26[clang-tidy] Fix llvm.org/PR38315 (support type aliases in modernize-shrink-t...Alexander Kornienko1-2/+2
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath1-5/+4
2016-05-31[ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski1-16/+18
2016-04-21[clang-tidy] Cleanup some ast-matchers and lift some to utils.Etienne Bergeron1-17/+2
2015-10-18Make a bunch of static arrays const.Craig Topper1-1/+1
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman1-6/+6
2015-08-31[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko1-0/+104