summaryrefslogtreecommitdiff
path: root/test/Modules/load_failure.c
AgeCommit message (Expand)Author
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2014-01-22Require a module.map file to load a moduleBen Langmuir
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-16Switch the remaining modules tests over to -emit-module-from-map.Douglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-13Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor
2011-09-10Don't crash when we fail to load a module. It's unbecoming of aDouglas Gregor
2011-08-31Switch __import__ over to __import_module__, so we don't conflict withDouglas Gregor
2011-08-26Introduce support for a simple module import declaration, whichDouglas Gregor