llvm-project/clang/unittests
Ben Langmuir d51ba0b39f Add a VFSFromYAML class and a parser to create it
Provides a way to create a virtual file system using a YAML file that
supports mapping a file to a path on an 'external' file system. The
external file system will typically be the 'real' file system, but for
testing it can be changed.

A future patch will add a clang option to allow the user to specify such
a file and overlay it, but for now this code is only exercised by the
unit tests.

Differential Revision: http://llvm-reviews.chandlerc.com/D2835

llvm-svn: 201905
2014-02-21 23:39:37 +00:00
..
AST clang/unittests/AST,ASTMatchers: Remove _MSC_VER. 2014-02-16 10:16:09 +00:00
ASTMatchers Add TemplateSpecializationType polymorphism for hasTemplateArgument and 2014-02-20 19:18:03 +00:00
Basic Add a VFSFromYAML class and a parser to create it 2014-02-21 23:39:37 +00:00
Driver Add Multilib selection machinery 2014-02-12 03:21:20 +00:00
Format clang-format: Don't wrap "const" etc. of function declarations. 2014-02-17 07:57:46 +00:00
Frontend ASTContext: Declare builtin types implicitly 2013-12-15 10:36:26 +00:00
Lex Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Sema [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 12:40:37 +00:00
Tooling unittests: explicit stringify StringRefs for conversion 2014-01-25 20:04:44 +00:00
libclang libclang: ensure clang_createTranslationUnit2 always initializes *TU 2014-02-19 10:24:00 +00:00
CMakeLists.txt libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00
Makefile libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00