This is an archive of the discontinued LLVM Phabricator instance.

[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
ClosedPublic

Authored by JDevlieghere on Oct 26 2018, 5:09 PM.

Details

Summary

This patch moves the EnumerateDirectory functionality and related enums and typedefs from FileSpec to FileSystem. The long term goal is to remove this method and use the filesystem iterators without this indirection, but for introducing the VFS into LLDB this should be sufficient.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

labath accepted this revision.Oct 30 2018, 12:11 AM

lgtm

This revision is now accepted and ready to land.Oct 30 2018, 12:11 AM
This revision was automatically updated to reflect the committed changes.