summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/redecl-add-after-load-decls.h
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When merging class definitions, make the retained definition visibleRichard Smith2015-03-271-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 aRichard Smith2014-05-191-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
OpenPOWER on IntegriCloud