This is an archive of the discontinued LLVM Phabricator instance.

[VFS] Implement getRealPath for OverlayFileSystem.
ClosedPublic

Authored by ioeric on May 18 2018, 5:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric created this revision.May 18 2018, 5:54 AM
ioeric updated this revision to Diff 147487.May 18 2018, 5:59 AM

Minor cleanup

ioeric updated this revision to Diff 147488.May 18 2018, 6:01 AM

Fix test...

bkramer accepted this revision.May 18 2018, 6:05 AM

lg

lib/Basic/VirtualFileSystem.cpp
387 ↗(On Diff #147488)

Those should probably get const overloads. Doesn't have to be in this change though.

This revision is now accepted and ready to land.May 18 2018, 6:05 AM
ioeric updated this revision to Diff 147491.May 18 2018, 6:12 AM
ioeric marked an inline comment as done.
  • Add and use const_iterator.
This revision was automatically updated to reflect the committed changes.