summaryrefslogtreecommitdiffstats
path: root/clang/test/VFS/module-import.m
Commit message (Collapse)AuthorAgeFilesLines
* Commit some test changes somehow missed in r239789.Richard Smith2015-06-161-4/+4
| | | | llvm-svn: 239791
* Add a test where the module map is overriden in the vfsBen Langmuir2014-04-041-0/+17
| | | | | | | Specifically, we pass two -ivfsoverlay yaml files, and the topmost one remaps the module map file. llvm-svn: 205632
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-0/+1
| | | | | | | | | | | | | | | | Was r202442 There were two issues with the original patch that have now been fixed. 1. We were memset'ing over a FileEntry in a test case. After adding a std::string to FileEntry, this still happened to not break for me. 2. I didn't pass the FileManager into the new compiler instance in compileModule. This was hidden in some cases by the fact I didn't clear the module cache in the test. Also, I changed the copy constructor for FileEntry, which was memcpy'ing in a (now) unsafe way. llvm-svn: 202539
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-0/+9
Reads the description of a virtual filesystem from a file and overlays it over the real file system. llvm-svn: 202176
OpenPOWER on IntegriCloud