| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor | 2013-02-07 | 1 | -6/+6 |
* | [PCH] Temporarily disable the "ambiguous macro" warning that is currently bog... | Argyrios Kyrtzidis | 2013-01-23 | 1 | -0/+1 |
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -4/+4 |
* | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor | 2012-10-12 | 1 | -4/+10 |
* | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor | 2012-10-11 | 1 | -4/+10 |
* | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor | 2012-10-11 | 1 | -0/+86 |
* | Introduce builtin macros to determine whether we're building a | Douglas Gregor | 2012-09-25 | 1 | -0/+9 |
* | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -1/+1 |
* | Re-uglify #public and #private to #__public_macro and #__private_macro. | Douglas Gregor | 2012-01-03 | 1 | -1/+1 |
* | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor | 2012-01-03 | 1 | -4/+5 |
* | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor | 2012-01-03 | 1 | -4/+4 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -1/+1 |
* | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor | 2011-11-29 | 1 | -1/+1 |
* | Migrate a few more modules tests over to -emit-module-from-map. | Douglas Gregor | 2011-11-16 | 1 | -17/+4 |
* | For modules, all macros that aren't include guards are implicitly | Douglas Gregor | 2011-10-17 | 1 | -1/+2 |
* | Make -E work with module imports | Douglas Gregor | 2011-09-14 | 1 | -0/+3 |
* | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor | 2011-09-14 | 1 | -0/+5 |
* | Revert my exported-macro hackery. Something is amiss | Douglas Gregor | 2011-09-14 | 1 | -5/+0 |
* | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor | 2011-09-14 | 1 | -0/+5 |
* | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 2011-09-13 | 1 | -1/+1 |
* | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor | 2011-09-12 | 1 | -1/+1 |
* | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 2011-09-01 | 1 | -0/+33 |