llvm-project/clang/unittests/Basic
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 Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
CharInfoTest.cpp [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots. 2018-03-29 17:34:09 +00:00
DiagnosticTest.cpp [Basic] Add a DiagnosticError llvm::ErrorInfo subclass 2017-08-25 15:48:00 +00:00
FileManagerTest.cpp Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
FixedPointTest.cpp Removed the OverflowConversionsToFract tests for now. Will add them back 2018-08-06 18:02:16 +00:00
MemoryBufferCacheTest.cpp Modules: Remove an invalid check in unit tests for r298278 2017-03-21 18:26:18 +00:00
SourceManagerTest.cpp Add dump() method for SourceRange 2018-08-30 23:10:52 +00:00