Richard Smith e7bd6defd7 [modules] Track all default template arguments for a given parameter across
modules, and allow use of a default template argument if any of the parameters
providing it is visible.

llvm-svn: 239485
2015-06-10 20:30:23 +00:00

6 lines
97 B
Plaintext

module X {
module A { header "a.h" }
module B { header "b.h" }
module C { header "c.h" }
}