]> granicus.if.org Git - clang/commit
[VFS] Implement getRealPath in InMemoryFileSystem.
authorEric Liu <ioeric@google.com>
Thu, 24 May 2018 11:17:00 +0000 (11:17 +0000)
committerEric Liu <ioeric@google.com>
Thu, 24 May 2018 11:17:00 +0000 (11:17 +0000)
commit32ebed17306375785ab861a36297cd892a93c9bc
treed300e36a4b5516de94601125a3a44daf818ce3b8
parentdb9e5e9a616d7fdd4d1ba4c3b2cd89d8a0238533
[VFS] Implement getRealPath in InMemoryFileSystem.

Reviewers: bkramer

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D47262

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333172 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/VirtualFileSystem.h
lib/Basic/VirtualFileSystem.cpp
unittests/Basic/VirtualFileSystemTest.cpp