aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/UseAutoCheck.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-0/+3
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-10[clang-tidy] [modernize-use-auto] Add a threshold for minimal type name lengt...Zinovy Nis1-0/+1
2017-03-21Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer1-1/+1
2016-10-31[clang-tidy] Enhance modernize-use-auto to castsMalcolm Parsons1-1/+3
2016-06-03[clang-tidy] modernize-use-auto: don't remove stars by defaultAlexander Kornienko1-3/+4
2015-08-21[clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.Angel Garcia Gomez1-0/+36