[PATCH] D53465: [vfs] Add support for "no_push to vfs recursive iterators.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 19 18:30:17 PDT 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: benlangmuir, bkramer, zturner.
Herald added subscribers: kristina, hiraditya.
The "regular" file system has a useful feature that makes it possible to stop recursing when using the recursive directory iterators. This functionality was missing from the VFS counter part and this patch fixes that.
Repository:
rL LLVM
https://reviews.llvm.org/D53465
Files:
llvm/include/llvm/Support/VirtualFileSystem.h
llvm/lib/Support/VirtualFileSystem.cpp
llvm/unittests/Support/VirtualFileSystemTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53465.170288.patch
Type: text/x-patch
Size: 5386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181020/3ec47e3e/attachment.bin>
More information about the llvm-commits
mailing list