Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] When merging class definitions, make the retained definition visible | Richard Smith | 2015-03-27 | 1 | -3/+3 |
| | | | | | | | | if the merged definition is visible, and perform lookups into all merged copies of the definition (not just for special members) so that we can complete the redecl chains for members of the class. llvm-svn: 233420 | ||||
* | If two sibling modules declare the same entity, and we indirectly pull a | Richard Smith | 2014-05-19 | 1 | -0/+24 |
declaration of that entity in from one of those modules, keep track of the fact that we've not completed the redeclaration chain yet so that we can pull the remaining declarations in from the other module if they're needed. llvm-svn: 209161 |