[PATCH] D48903: [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name

Simon Marchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 26 05:36:48 PDT 2018


simark marked 7 inline comments as done.
simark added inline comments.


================
Comment at: lib/Basic/VirtualFileSystem.cpp:475
   InMemoryNodeKind Kind;
+  Status Stat;
+
----------------
ilya-biryukov wrote:
> NIT: maybe keep the order of members the same to keep the patch more focused? Unless there's a good reason to swap them.
Oops, that was not intended.


Repository:
  rC Clang

https://reviews.llvm.org/D48903





More information about the cfe-commits mailing list