summaryrefslogtreecommitdiff
path: root/test/Modules/diamond.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-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
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-12-02When making a module visible, also make any of its exported modulesDouglas Gregor
2011-12-01Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas 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
2011-08-20Make the loading of multiple records for the same identifier (fromDouglas Gregor
2011-08-20Introduce a module visitation function that starts at the top-levelDouglas Gregor
2011-08-19Teach ModuleManager::addModule() to check whether a particular moduleDouglas Gregor
2011-08-18Temporarily revert r137925 to appease buildbots. Original commit message:Chad Rosier
2011-08-18Teach ModuleManager::addModule() to check whether a particular moduleDouglas Gregor