aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/UseAutoCheck.cpp
AgeCommit message (Expand)Author
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-06-15[clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis
2018-04-12Revert "[clang-tidy] [modernize-use-auto] Get only a length of token, not the...Zinovy Nis
2018-04-12[clang-tidy] [modernize-use-auto] Get only a length of token, not the token i...Zinovy Nis
2018-04-10[clang-tidy] [modernize-use-auto] Fix members initialization orderZinovy Nis
2018-04-10[clang-tidy] [modernize-use-auto] Add a threshold for minimal type name lengt...Zinovy Nis
2017-03-21Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer
2016-12-15[clang-tidy] Enhance modernize-use-auto to templated function castsMalcolm Parsons
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-10-31[clang-tidy] Enhance modernize-use-auto to castsMalcolm Parsons
2016-06-21Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen
2016-06-03[clang-tidy] modernize-use-auto: don't remove stars by defaultAlexander Kornienko
2015-10-18Make a bunch of static arrays const.Craig Topper
2015-10-14Prevent modernize-use-auto from emitting a warning when 'auto' was already be...Angel Garcia Gomez
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman
2015-09-02Fix use-auto-check.Angel Garcia Gomez
2015-08-28Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman
2015-08-21[clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.Angel Garcia Gomez