llvm-project/clang-tools-extra/unittests
Jonas Devlieghere fc51490baf 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

llvm-svn: 344140
2018-10-10 13:27:25 +00:00
..
change-namespace Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
clang-apply-replacements [clang-apply-replacements] Convert tooling::Replacements to tooling::AtomicChange for conflict resolving of changes, code cleanup, and code formatting. 2018-04-11 14:39:17 +00:00
clang-move [clang-move] Dump whether a declaration is templated. 2018-10-08 17:22:50 +00:00
clang-query [clang-query] Add comment token handling 2018-10-03 08:21:54 +00:00
clang-tidy Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
clangd Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
include/common Remove clang-modernize. 2015-12-17 11:49:19 +00:00
include-fixer Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
CMakeLists.txt [clang-tidy] Build it even without static analyzer 2018-10-01 20:24:22 +00:00