Files
clang-p2996/clang/test/Modules/Inputs/redecl-found-building-chains/module.modulemap
Richard Smith e687bf83c0 [modules] If we find more formerly-canonical declarations of an entity while
building its redecl chains, make sure we pull in the redeclarations of those
canonical declarations.

It's pretty difficult to reach a situation where we can find more canonical
declarations of an entity while building its redecl chains; I think the
provided testcase (4 modules and 7 declarations) cannot be reduced further.

llvm-svn: 232411
2015-03-16 20:54:07 +00:00

5 lines
140 B
Plaintext

module a { header "a.h" export * }
module b { header "b.h" export * }
module c { header "c.h" export * }
module d { header "d.h" export * }