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-basic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ClangTidy] Separate tests for infrastructure and checkers
Dmitri Gribenko
2019-10-11
1
-796
/
+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
/
+7
*
Revert [clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-7
/
+4
*
[clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-4
/
+7
*
[clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-lo...
Haojian Wu
2016-03-14
1
-0
/
+4
*
Use the old index identifier by default, instead of 'elem'.
Angel Garcia Gomez
2015-11-06
1
-132
/
+132
*
Handle correctly containers that are data members in modernize-loop-convert.
Angel Garcia Gomez
2015-11-03
1
-0
/
+35
*
Make the modernize-loop-convert's const-detection smarter.
Angel Garcia Gomez
2015-11-02
1
-21
/
+21
*
Only copy small types in modernize-loop-convert.
Angel Garcia Gomez
2015-10-30
1
-0
/
+8
*
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
-29
/
+81
*
Add %check_clang_tidy and %clang_tidy_diff.
Manuel Klimek
2015-10-22
1
-1
/
+1
*
Document a bug in loop-convert and fix one of its subcases.
Angel Garcia Gomez
2015-10-05
1
-1
/
+11
*
Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.
Angel Garcia Gomez
2015-10-01
1
-23
/
+39
*
Add NamingStyle option to modernize-loop-convert.
Angel Garcia Gomez
2015-09-24
1
-291
/
+291
*
Remove dangling parenthesis.
Angel Garcia Gomez
2015-09-24
1
-6
/
+21
*
Fix loop-convert for trivially copyable types.
Manuel Klimek
2015-09-23
1
-11
/
+18
*
Fix loop-convert for const references to containers.
Manuel Klimek
2015-09-23
1
-0
/
+12
*
Refactor LoopConvertCheck.
Angel Garcia Gomez
2015-09-21
1
-2
/
+2
*
Another patch for modernize-loop-convert.
Angel Garcia Gomez
2015-09-11
1
-70
/
+118
*
Avoid using rvalue references with trivially copyable types.
Angel Garcia Gomez
2015-09-08
1
-3
/
+12
*
Fix loop-convert crash.
Angel Garcia Gomez
2015-09-02
1
-0
/
+11
*
Fix several corner cases for loop-convert check.
Angel Garcia Gomez
2015-09-01
1
-8
/
+27
*
[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] Add loop-convert check to clang-tidy.
Alexander Kornienko
2015-08-19
1
-0
/
+548