]> granicus.if.org Git - clang/commit
[VFS] Remove setName from the file interface.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 5 Oct 2015 13:15:33 +0000 (13:15 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 5 Oct 2015 13:15:33 +0000 (13:15 +0000)
commit305c07703d166c112c857dd8bd5e96f2a84e3147
treecb4dd33c5271b60b4d44ce65f2ee20d1b951d631
parent7fd54c31fe863f5591dea1d3899a154d9c7f1195
[VFS] Remove setName from the file interface.

This streamlines the interface a bit and makes Status more immutable.
No functional change intended.

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