| Commit message (Expand) | Author | Age | Files | Lines |
| * | [modules] Simplify and generalize the existing rule for finding hidden | Richard Smith | 2015-11-12 | 1 | -5/+1 |
| * | [modules] Simplify -cc1 interface for enabling implicit module maps. | Richard Smith | 2015-06-16 | 1 | -3/+3 |
| * | [modules] Better support for redefinitions of an entity from the same module. | Richard Smith | 2015-06-15 | 1 | -1/+1 |
| * | Require a module.map file to load a module | Ben Langmuir | 2014-01-22 | 1 | -1/+1 |
| * | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs | 2013-04-17 | 1 | -1/+1 |
| * | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor | 2013-02-07 | 1 | -3/+3 |
| * | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -2/+2 |
| * | When disambiguating an expression-statement from a declaraton-statement, if the | Richard Smith | 2012-08-23 | 1 | -2/+5 |
| * | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -2/+2 |
| * | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor | 2012-01-03 | 1 | -5/+6 |
| * | When performing name lookup for a redeclaration, ignore module | Douglas Gregor | 2011-12-20 | 1 | -12/+12 |
| * | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor | 2011-11-29 | 1 | -2/+2 |
| * | Migrate a few more modules tests over to -emit-module-from-map. | Douglas Gregor | 2011-11-16 | 1 | -51/+6 |
| * | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 2011-09-13 | 1 | -1/+1 |
| * | Add a struct-size check for modules when dealing with module-private fields | Douglas Gregor | 2011-09-13 | 1 | -1/+9 |
| * | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor | 2011-09-12 | 1 | -1/+1 |
| * | Diagnose attempt to mark function-local declarations as __module_private__. | Douglas Gregor | 2011-09-12 | 1 | -0/+10 |
| * | Allow __module_private__ on fields | Douglas Gregor | 2011-09-12 | 1 | -0/+10 |
| * | Remove the restriction on module-private friends. Since the friend | Douglas Gregor | 2011-09-12 | 1 | -2/+2 |
| * | Friends cannot be declared module-private | Douglas Gregor | 2011-09-09 | 1 | -0/+3 |
| * | Specializations cannot be module-hidden. Diagnose attempts to do so. | Douglas Gregor | 2011-09-09 | 1 | -0/+17 |
| * | __module_private__ is inherited by redeclarations of an entity, and | Douglas Gregor | 2011-09-09 | 1 | -0/+26 |
| * | Propagate __module_private__ from previous declarations to later | Douglas Gregor | 2011-09-09 | 1 | -2/+12 |
| * | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor | 2011-09-09 | 1 | -0/+56 |