summaryrefslogtreecommitdiffstats
path: root/test/Modules/load_failure.c
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-3/+3
* Require a module.map file to load a moduleBen Langmuir2014-01-221-2/+2
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-3/+3
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-3/+3
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-3/+3
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-6/+7
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-1/+1
* Switch the remaining modules tests over to -emit-module-from-map.Douglas Gregor2011-11-161-4/+5
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-2/+2
* Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor2011-09-131-1/+1
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-2/+2
* Don't crash when we fail to load a module. It's unbecoming of aDouglas Gregor2011-09-101-1/+3
* Switch __import__ over to __import_module__, so we don't conflict withDouglas Gregor2011-08-311-3/+3
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-0/+17