Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] Weaken an out-of-date assertion: an #undef can have no location if we | Richard Smith | 2014-08-09 | 1 | -0/+1 |
* | Fix crash if a submodule overrides one of its own macros, and add support for | Richard Smith | 2014-03-06 | 1 | -0/+2 |
* | If a module A exports a macro M, and a module B imports that macro and #undef's | Richard Smith | 2014-03-01 | 1 | -0/+6 |
* | [modules] If a submodule has re-definitions of the same macro, only the last ... | Argyrios Kyrtzidis | 2013-04-03 | 1 | -2/+2 |
* | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor | 2012-10-12 | 1 | -0/+3 |
* | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor | 2012-10-11 | 1 | -0/+8 |
* | Rework the (de-)serialization of macros, as stored in | Douglas Gregor | 2012-10-09 | 1 | -0/+5 |