summaryrefslogtreecommitdiffstats
path: root/test/Modules/diamond.c
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-5/+5
* Require a module.map file to load a moduleBen Langmuir2014-01-221-1/+1
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-12/+10
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-5/+5
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-1/+1
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-6/+7
* When making a module visible, also make any of its exported modulesDouglas Gregor2011-12-021-6/+0
* Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor2011-12-011-0/+6
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-4/+4
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-161-5/+6
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-4/+4
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-4/+4
* Switch __import__ over to __import_module__, so we don't conflict withDouglas Gregor2011-08-311-1/+1
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-5/+11
* Make the loading of multiple records for the same identifier (fromDouglas Gregor2011-08-201-0/+4
* Introduce a module visitation function that starts at the top-levelDouglas Gregor2011-08-201-0/+3
* Teach ModuleManager::addModule() to check whether a particular moduleDouglas Gregor2011-08-191-0/+14
* Temporarily revert r137925 to appease buildbots. Original commit message:Chad Rosier2011-08-181-14/+0
* Teach ModuleManager::addModule() to check whether a particular moduleDouglas Gregor2011-08-181-0/+14