[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
Tue Oct 30 09:24:45 PDT 2018


JDevlieghere updated this revision to Diff 171720.
JDevlieghere marked an inline comment as done.
JDevlieghere added a comment.

Thanks for the review, Volodymyr! I've extended the test which I believe covers all the cases you mentioned. The implementation is almost identical to how no_push is handled in the non-VFS filesystem implementation, so the behavior should indeed be identical.


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.171720.patch
Type: text/x-patch
Size: 6582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181030/40360b30/attachment.bin>


More information about the llvm-commits mailing list