Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] Fix crash when writing an update record for a redeclaration of an e... | Richard Smith | 2015-07-08 | 1 | -0/+2 |
* | Fix handling of module imports adding names to a DeclContext after qualified | Richard Smith | 2013-02-07 | 1 | -0/+7 |
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -1/+1 |
* | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -1/+1 |
* | When deserializing an anonymous namespace from a module, do not attach | Douglas Gregor | 2012-01-09 | 1 | -0/+20 |
* | Implement merging of namespace-scope declarations across modules, so | Douglas Gregor | 2012-01-09 | 1 | -0/+12 |
* | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor | 2012-01-09 | 1 | -0/+11 |
* | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 1 | -0/+18 |