This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Separate out reverse iteration flag into its own header
ClosedPublic

Authored by mgrang on Jul 5 2017, 10:29 PM.

Details

Summary

This will ease out adding reverse iteration flags to other containers by simply including the header.

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang created this revision.Jul 5 2017, 10:29 PM
dblaikie accepted this revision.Jul 5 2017, 10:31 PM

Seems good to me

This revision is now accepted and ready to land.Jul 5 2017, 10:31 PM
This revision was automatically updated to reflect the committed changes.