commit | 765115422bec0e68b94c922f376c08e430b1556f | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Wed Oct 10 13:27:25 2018 +0000 |
committer | Jonas Devlieghere <jonas@devlieghere.com> | Wed Oct 10 13:27:25 2018 +0000 |
tree | 4217b7999fc54205e3a2d3aa51c1c60ad996e3a2 | |
parent | 8e17e96c81fbfce81edd9395e452688356f31256 [diff] |
Lift VFS from clang to llvm (NFC) This patch moves the virtual file system form clang to llvm so it can be used by more projects. Concretely the patch: - Moves VirtualFileSystem.{h|cpp} from clang/Basic to llvm/Support. - Moves the corresponding unit test from clang to llvm. - Moves the vfs namespace from clang::vfs to llvm::vfs. - Formats the lines affected by this change, mostly this is the result of the added llvm namespace. RFC on the mailing list: http://lists.llvm.org/pipermail/llvm-dev/2018-October/126657.html Differential revision: https://reviews.llvm.org/D52783 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344140 91177308-0d34-0410-b5e6-96231b3b80d8