| Commit message (Expand) | Author | Age | Files | Lines |
| * | [modules] Simplify -cc1 interface for enabling implicit module maps. | Richard Smith | 2015-06-16 | 1 | -4/+4 |
| * | Require a module.map file to load a module | Ben Langmuir | 2014-01-22 | 1 | -2/+2 |
| * | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs | 2013-04-17 | 1 | -9/+9 |
| * | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor | 2013-02-07 | 1 | -4/+4 |
| * | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -2/+2 |
| * | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -2/+2 |
| * | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor | 2012-01-03 | 1 | -4/+4 |
| * | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor | 2012-01-03 | 1 | -2/+2 |
| * | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor | 2011-11-29 | 1 | -2/+2 |
| * | Switch some more of the modules tests over to "-emit-module-from-map", | Douglas Gregor | 2011-11-16 | 1 | -4/+5 |
| * | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 2011-09-13 | 1 | -2/+2 |
| * | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor | 2011-09-12 | 1 | -2/+2 |
| * | Switch __import__ over to __import_module__, so we don't conflict with | Douglas Gregor | 2011-08-31 | 1 | -2/+2 |
| * | Introduce support for a simple module import declaration, which | Douglas Gregor | 2011-08-26 | 1 | -4/+6 |
| * | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 2011-08-25 | 1 | -2/+2 |
| * | Use the module manager's search facility to look for methods with a | Douglas Gregor | 2011-08-25 | 1 | -0/+17 |