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
/
test
/
clang-tidy
/
modernize-loop-convert-extra.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ClangTidy] Separate tests for infrastructure and checkers
Dmitri Gribenko
2019-10-11
1
-1085
/
+0
*
Run ClangTidy tests in all C++ language modes
Dmitri Gribenko
2019-05-20
1
-1
/
+1
*
[clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...
Don Hinton
2019-05-15
1
-4
/
+15
*
Revert [clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-15
/
+4
*
[clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-4
/
+15
*
clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28...
Matthias Gehre
2016-07-20
1
-0
/
+12
*
[clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.
Haojian Wu
2016-02-08
1
-0
/
+8
*
Allow the alias to be of a different type.
Angel Garcia Gomez
2015-11-06
1
-1
/
+20
*
Use the old index identifier by default, instead of 'elem'.
Angel Garcia Gomez
2015-11-06
1
-122
/
+122
*
Avoid naming conflicts with the old index in modernize-loop-convert.
Angel Garcia Gomez
2015-11-06
1
-0
/
+17
*
Fix another case where loop-convert wasn't handling correctly data members.
Angel Garcia Gomez
2015-11-06
1
-0
/
+25
*
Handle correctly containers that are data members in modernize-loop-convert.
Angel Garcia Gomez
2015-11-03
1
-0
/
+20
*
Make the modernize-loop-convert's const-detection smarter.
Angel Garcia Gomez
2015-11-02
1
-12
/
+12
*
Switch check_clang_tidy to argparse and add a -resource-dir argument.
Manuel Klimek
2015-10-22
1
-1
/
+1
*
Don't use "auto" on loops over fundamental types in modernize-loop-convert.
Angel Garcia Gomez
2015-10-22
1
-37
/
+37
*
Add %check_clang_tidy and %clang_tidy_diff.
Manuel Klimek
2015-10-22
1
-1
/
+1
*
Prevent loop-convert from leaving empty lines after removing an alias declara...
Angel Garcia Gomez
2015-10-01
1
-10
/
+20
*
Add NamingStyle option to modernize-loop-convert.
Angel Garcia Gomez
2015-09-24
1
-362
/
+374
*
Remove dangling parenthesis.
Angel Garcia Gomez
2015-09-24
1
-11
/
+11
*
Fix loop-convert for trivially copyable types.
Manuel Klimek
2015-09-23
1
-6
/
+6
*
Add a test to modernize-loop-convert.
Angel Garcia Gomez
2015-09-17
1
-15
/
+9
*
Another patch for modernize-loop-convert.
Angel Garcia Gomez
2015-09-11
1
-40
/
+82
*
Avoid repeated replacements on loop-convert check.
Angel Garcia Gomez
2015-09-04
1
-0
/
+29
*
Two more fixes to loop convert.
Angel Garcia Gomez
2015-09-03
1
-0
/
+171
*
Fix several corner cases for loop-convert check.
Angel Garcia Gomez
2015-09-01
1
-0
/
+50
*
Fix another LoopConvert fail.
Angel Garcia Gomez
2015-08-26
1
-1
/
+7
*
LoopConvert no longer take as alias references to other containers.
Angel Garcia Gomez
2015-08-26
1
-0
/
+10
*
Avoid LoopConvertCheck replacements in template instantiations.
Angel Garcia Gomez
2015-08-25
1
-0
/
+21
*
[clang-tidy] Use a python script instead of a shell script to run clang-tidy ...
Alexander Kornienko
2015-08-20
1
-2
/
+1
*
[clang-tidy] Fix bug in modernize-loop-convert check.
Alexander Kornienko
2015-08-20
1
-0
/
+21
*
[clang-tidy] Add loop-convert check to clang-tidy.
Alexander Kornienko
2015-08-19
1
-0
/
+608