summaryrefslogtreecommitdiff
path: root/test/VFS
Commit message (Expand)AuthorAgeFilesLines
* Switch "windows" to "system-windows" in some XFAILsJeremy Morse2019-09-1216-16/+16
* Start porting ivfsoverlay tests to WindowsReid Kleckner2019-09-1118-42/+68
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-0/+16
* [VFS] Implement `RedirectingFileSystem::getRealPath`.Volodymyr Sapsai2018-11-161-0/+23
* [VFS] Add property 'fallthrough' that controls fallback to real file system.Volodymyr Sapsai2018-10-267-0/+104
* [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai2018-10-244-4/+0
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-271-2/+2
* [vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir2018-03-234-0/+33
* Avoid assumption that lit tests are writable. NFCSam McCall2018-01-081-1/+1
* Replace cp -a in various Clang testsHubert Tong2018-01-041-1/+1
* Don't diagnose non-modular includes when we are not compiling a module.Manman Ren2016-08-266-0/+59
* Reapply [VFS] Skip non existent files from the VFS treeBruno Cardoso Lopes2016-08-126-0/+62
* Revert "[VFS] Skip non existent files from the VFS tree"Bruno Cardoso Lopes2016-08-126-62/+0
* [VFS] Skip non existent files from the VFS treeBruno Cardoso Lopes2016-08-126-0/+62
* [VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes2016-08-121-0/+1
* [VFS] Fix status() of opened redirected fileBen Langmuir2015-12-104-1/+6
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+2
* Commit some test changes somehow missed in r239789.Richard Smith2015-06-164-17/+17
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-2/+2
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-2/+2
* Don't try to rebuild modules on umbrella header mismatchBen Langmuir2015-02-203-1/+6
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-2/+2
* clang/test/VFS/umbrella-mismatch.m: Let it work on win32 to avoid backslashes...NAKAMURA Takumi2014-11-041-2/+1
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-1/+1
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-1/+1
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-255-0/+36
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-237-2/+101
* When module umbrellas change, rebuild themBen Langmuir2014-04-105-0/+14
* Add a test where the module map is overriden in the vfsBen Langmuir2014-04-043-0/+34
* Support relative paths in VFSFromYAMLBen Langmuir2014-03-041-0/+11
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-284-0/+47
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-273-46/+0
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-273-0/+46
* Add a driver option -ivfsoverlayBen Langmuir2014-02-2517-0/+132