
the resulting specialization is not referenced by the rest of the AST. This both avoids performing unnecessary reinstantiations in downstream users of the AST file and fixes a bug (breaking modules self-host right now) where we would sometimes fail to emit a definition of a class template specialization if we imported just a declaration of it from elsewhere (see new testcase for reduced example). llvm-svn: 283489
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
module a { header "a.h" export * }
|
|
module b { header "b.h" export * }
|
|
module c { header "c.h" export * }
|