]> granicus.if.org Git - clang/commit
[VFS] Also drop '.' when adding files to an in-memory FS.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 7 Oct 2015 08:32:50 +0000 (08:32 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 7 Oct 2015 08:32:50 +0000 (08:32 +0000)
commitb4c9f62cc5a8be4903a3eae7b7bac6ea25dfedd3
tree1c89941b66eae051ae3b752a2719d20ecfd4de13
parent9a58694aec0bec92213e5b1bc70441dc5eba2007
[VFS] Also drop '.' when adding files to an in-memory FS.

Otherwise we won't be able to find them later.

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