index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clang-tidy
/
modernize
/
UseAutoCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-9
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
1
-3
/
+3
*
[clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...
Zinovy Nis
2018-06-15
1
-2
/
+33
*
Revert "[clang-tidy] [modernize-use-auto] Get only a length of token, not the...
Zinovy Nis
2018-04-12
1
-3
/
+2
*
[clang-tidy] [modernize-use-auto] Get only a length of token, not the token i...
Zinovy Nis
2018-04-12
1
-2
/
+3
*
[clang-tidy] [modernize-use-auto] Fix members initialization order
Zinovy Nis
2018-04-10
1
-2
/
+3
*
[clang-tidy] [modernize-use-auto] Add a threshold for minimal type name lengt...
Zinovy Nis
2018-04-10
1
-2
/
+10
*
Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.
Benjamin Kramer
2017-03-21
1
-3
/
+3
*
[clang-tidy] Enhance modernize-use-auto to templated function casts
Malcolm Parsons
2016-12-15
1
-4
/
+46
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-12
/
+11
*
[clang-tidy] Enhance modernize-use-auto to casts
Malcolm Parsons
2016-10-31
1
-24
/
+53
*
Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.
Tim Shen
2016-06-21
1
-0
/
+2
*
[clang-tidy] modernize-use-auto: don't remove stars by default
Alexander Kornienko
2016-06-03
1
-19
/
+32
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-12
/
+14
*
Prevent modernize-use-auto from emitting a warning when 'auto' was already be...
Angel Garcia Gomez
2015-10-14
1
-0
/
+3
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-14
/
+15
*
Fix use-auto-check.
Angel Garcia Gomez
2015-09-02
1
-1
/
+1
*
Disable several more clang-tidy modernize checkers when not compiling in C++ ...
Aaron Ballman
2015-08-28
1
-2
/
+6
*
[clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.
Angel Garcia Gomez
2015-08-21
1
-0
/
+368