This is an archive of the discontinued LLVM Phabricator instance.

Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.
ClosedPublic

Authored by angelgarcia on Sep 30 2015, 8:31 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

angelgarcia retitled this revision from to Add support for 'cbegin()' and 'cend()' on modernize-loop-convert..
angelgarcia updated this object.
angelgarcia added a reviewer: klimek.
angelgarcia added subscribers: cfe-commits, alexfh.
klimek accepted this revision.Oct 1 2015, 1:41 AM
klimek edited edge metadata.

... Which indicates that the tests might need better names and more comments, so I don't mess them up next time :D

This revision is now accepted and ready to land.Oct 1 2015, 1:41 AM
angelgarcia updated this revision to Diff 36198.Oct 1 2015, 1:54 AM
angelgarcia edited edge metadata.

Yes, right now it is pretty hard to figure out what some of the tests are for, they are a bit messy. I plan to do something about it, but for now I added a comment on that test.

This revision was automatically updated to reflect the committed changes.