summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-decl-order/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When collecting declarations to complete a redeclaration chain for anRichard Smith2015-02-121-0/+2
entity, put the originally-canonical decl IDs in the right places in the redecl chain rather than reordering them all to the start. If we don't ensure that the redecl chain order is consistent with the topological module order, we can fail to make a declaration visible if later declarations are in more IDNSs than earlier ones (for instance, because the earlier decls are invisible friends). llvm-svn: 228978
OpenPOWER on IntegriCloud