Add a reverse iterator to the overlay file system. This makes it possible to take overlays from one OverlayFileSystem, and add them to another.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D64113
[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
Event TimelineThis revision is now accepted and ready to land.Jul 2 2019, 5:41 PM Closed by commit rGefe21088d76c: [VFS] Add reverse iterator to OverlayFileSystem (authored by JDevlieghere). · Explain WhyJul 2 2019, 5:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 207676 llvm/include/llvm/Support/VirtualFileSystem.h
llvm/unittests/Support/VirtualFileSystemTest.cpp
|