llvm-project/clang/lib/Index
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 [Index] Add clangLex to LINK_LIBS 2018-07-09 08:54:42 +00:00
CodegenNameGenerator.cpp [index] Generate class & metaclass manglings for objc 2017-09-22 16:58:57 +00:00
CommentToXML.cpp Print enum constant values using the original source formatting 2017-08-17 13:41:55 +00:00
IndexBody.cpp [index] For an ObjC message call, also record as receivers the protocols if they are present in the ObjC type 2018-08-17 23:50:59 +00:00
IndexDecl.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
IndexSymbol.cpp [index] Introduce 'ProtocolInterface' as part of SymbolPropertySet 2018-08-26 06:27:23 +00:00
IndexTypeSourceInfo.cpp [Index] Respect "IndexFunctionLocals" option for type loc. 2018-10-04 11:03:55 +00:00
IndexingAction.cpp [index] Enhance indexing for module references 2018-09-18 15:02:56 +00:00
IndexingContext.cpp [index] Enhance indexing for module references 2018-09-18 15:02:56 +00:00
IndexingContext.h [Index] Add index::IndexingOptions::IndexImplicitInstantiation 2018-07-09 21:49:06 +00:00
SimpleFormatContext.h Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
USRGeneration.cpp [Index] Use locations to uniquify function-scope BindingDecl USR 2018-10-09 01:02:56 +00:00