This is an archive of the discontinued LLVM Phabricator instance.

[VFS] Add reverse iterator to OverlayFileSystem
ClosedPublic

Authored by JDevlieghere on Jul 2 2019, 4:26 PM.

Details

Summary

Add a reverse iterator to the overlay file system. This makes it possible to take overlays from one OverlayFileSystem, and add them to another.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Jul 2 2019, 4:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 2 2019, 4:26 PM
bruno added a comment.Jul 2 2019, 5:24 PM

Thanks for working on this. Can you add unit tests for those?

Add unit test for both iterators

ormris removed a subscriber: ormris.Jul 2 2019, 5:40 PM
bruno accepted this revision.Jul 2 2019, 5:41 PM

Nice, LGTM!

This revision is now accepted and ready to land.Jul 2 2019, 5:41 PM
This revision was automatically updated to reflect the committed changes.