summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-9/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-3/+3
* [clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis2018-06-151-2/+33
* Revert "[clang-tidy] [modernize-use-auto] Get only a length of token, not the...Zinovy Nis2018-04-121-3/+2
* [clang-tidy] [modernize-use-auto] Get only a length of token, not the token i...Zinovy Nis2018-04-121-2/+3
* [clang-tidy] [modernize-use-auto] Fix members initialization orderZinovy Nis2018-04-101-2/+3
* [clang-tidy] [modernize-use-auto] Add a threshold for minimal type name lengt...Zinovy Nis2018-04-101-2/+10
* Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2017-03-211-3/+3
* [clang-tidy] Enhance modernize-use-auto to templated function castsMalcolm Parsons2016-12-151-4/+46
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-12/+11
* [clang-tidy] Enhance modernize-use-auto to castsMalcolm Parsons2016-10-311-24/+53
* Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen2016-06-211-0/+2
* [clang-tidy] modernize-use-auto: don't remove stars by defaultAlexander Kornienko2016-06-031-19/+32
* Make a bunch of static arrays const.Craig Topper2015-10-181-12/+14
* Prevent modernize-use-auto from emitting a warning when 'auto' was already be...Angel Garcia Gomez2015-10-141-0/+3
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-14/+15
* Fix use-auto-check.Angel Garcia Gomez2015-09-021-1/+1
* Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman2015-08-281-2/+6
* [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.Angel Garcia Gomez2015-08-211-0/+368
OpenPOWER on IntegriCloud