summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/embed-files.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable a flaky test on Windows that uses "echo >>"Reid Kleckner2016-07-211-0/+5
| | | | llvm-svn: 276335
* [modules] If both a module file and a module map for the same module areRichard Smith2016-03-281-1/+7
| | | | | | | | | | explicitly provided, and the module map lists a header that does not exist, unmark the module as 'unavailable' when loading its .pcm file. (Use of the module might still fail if the relevant headers aren't embedded, but this behavior is now consistent with how we behave if the module map is not provided, and with the desired behavior for embedding headers in modules.) llvm-svn: 264664
* [modules] Don't reject multiple modules providing contents for the same ↵Richard Smith2015-12-011-0/+15
embedded file. llvm-svn: 254365
OpenPOWER on IntegriCloud