Richard Smith 2b56057517 [modules] Treat friend declarations that are lexically within a dependent
context as anonymous for merging purposes. They can't be found by their names,
so we merge them based on their position within the surrounding context.

llvm-svn: 228485
2015-02-07 03:11:11 +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 * }