llvm-project/clang-tools-extra/unittests/clang-tidy
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 [clangtidy] Remove old copy of ExprMutationAnalyzer 2018-09-11 22:59:46 +00:00
ClangTidyDiagnosticConsumerTest.cpp [clang-tidy] Ignore newlines in checks list 2017-08-09 16:00:31 +00:00
ClangTidyOptionsTest.cpp Partially revert r331456: [clang-tidy] Remove AnalyzeTemporaryDtors option. 2018-05-08 23:15:58 +00:00
ClangTidyTest.h Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
GoogleModuleTest.cpp Fix false positive on anonymous namespaces in headers. 2015-03-24 15:21:45 +00:00
IncludeInserterTest.cpp Port getLocStart -> getBeginLoc 2018-08-09 22:42:26 +00:00
LLVMModuleTest.cpp [clang-tidy] Reword the "code outside header guard" warning. 2017-02-21 11:25:45 +00:00
NamespaceAliaserTest.cpp Port getLocStart -> getBeginLoc 2018-08-09 22:42:26 +00:00
ObjCModuleTest.cpp [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassing 2017-10-27 07:41:36 +00:00
OverlappingReplacementsTest.cpp Port getLocEnd -> getEndLoc 2018-08-09 22:43:02 +00:00
ReadabilityModuleTest.cpp [clang-tidy] Add a test. 2017-08-10 12:38:46 +00:00
UsingInserterTest.cpp Port getLocStart -> getBeginLoc 2018-08-09 22:42:26 +00:00