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 | -1/+1 |
* | Fix handling of module imports adding names to a DeclContext after qualified | Richard Smith | 2013-02-07 | 1 | -6/+19 |
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -2/+2 |
* | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith | 2012-03-13 | 1 | -0/+4 |
* | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -2/+2 |
* | When deserializing an anonymous namespace from a module, do not attach | Douglas Gregor | 2012-01-09 | 1 | -0/+11 |
* | Implement merging of namespace-scope declarations across modules, so | Douglas Gregor | 2012-01-09 | 1 | -0/+13 |
* | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor | 2012-01-09 | 1 | -0/+21 |
* | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 1 | -0/+15 |