summaryrefslogtreecommitdiffstats
path: root/clang-tidy/modernize/ShrinkToFitCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] Fix llvm.org/PR38315 (support type aliases in modernize-shrink-t...Alexander Kornienko2018-07-261-2/+2
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-5/+4
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-16/+18
* [clang-tidy] Cleanup some ast-matchers and lift some to utils.Etienne Bergeron2016-04-211-17/+2
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-6/+6
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-311-0/+104