clang/test/Modules/Inputs/merge-decl-order
Richard Smith d25dc45a79 [modules] When collecting declarations to complete a redeclaration chain for an
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).


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228978 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-12 23:21:45 +00:00
..
a.h [modules] When collecting declarations to complete a redeclaration chain for an 2015-02-12 23:21:45 +00:00
b.h [modules] When collecting declarations to complete a redeclaration chain for an 2015-02-12 23:21:45 +00:00
module.modulemap [modules] When collecting declarations to complete a redeclaration chain for an 2015-02-12 23:21:45 +00:00