llvm-project/clang/tools/driver
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
..
CMakeLists.txt Rewrite the VS integration scripts. 2018-07-20 16:30:02 +00:00
Info.plist.in [CMake] Fixing typo in Info.plist generation 2016-08-16 20:49:49 +00:00
cc1_main.cpp cc1_main: fix -Wsign-compare on FreeBSD 2018-07-25 06:57:31 +00:00
cc1as_main.cpp [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." 2018-10-10 00:15:33 +00:00
cc1gen_reproducer_main.cpp Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
driver.cpp win: Omit ".exe" from clang and clang-cl driver-level diagnostics. 2018-08-22 23:53:39 +00:00