Use the old index name in the cases where the check would come up with an invented name.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D14438
Use the old index identifier by default, instead of 'elem'. ClosedPublic Authored by angelgarcia on Nov 6 2015, 6:53 AM.
Details Summary Use the old index name in the cases where the check would come up with an invented name.
Diff Detail Event Timelineangelgarcia retitled this revision from to Use the old index identifier by default, instead of 'elem'.. angelgarcia updated this object. This revision is now accepted and ready to land.Nov 6 2015, 6:56 AM
Revision Contents
Diff 39522 clang-tidy/modernize/LoopConvertUtils.cpp
test/clang-tidy/modernize-loop-convert-basic.cpp
test/clang-tidy/modernize-loop-convert-camelback.cpp
test/clang-tidy/modernize-loop-convert-const.cpp
test/clang-tidy/modernize-loop-convert-extra.cpp
test/clang-tidy/modernize-loop-convert-lowercase.cpp
test/clang-tidy/modernize-loop-convert-uppercase.cpp
|