[PATCH] D51921: [VFS] vfs::directory_iterator yields path and file type instead of full Status
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 13 04:32:45 PDT 2018
sammccall updated this revision to Diff 165250.
sammccall added a comment.
Path/getName() -> path(), Type -> type() for consistency with fs::directory_entry
Repository:
rC Clang
https://reviews.llvm.org/D51921
Files:
include/clang/Basic/VirtualFileSystem.h
lib/Basic/VirtualFileSystem.cpp
lib/Driver/ToolChains/BareMetal.cpp
lib/Driver/ToolChains/Gnu.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendAction.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPLexerChange.cpp
unittests/Basic/VirtualFileSystemTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51921.165250.patch
Type: text/x-patch
Size: 24286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180913/0b04f5dd/attachment-0001.bin>
More information about the cfe-commits
mailing list