Module Debug Info: Emit namespaced C++ forward decls in the correct module.The AST merges NamespaceDecls, but for module debug info it isimportant to put a namespace decl (or rather its children)
Module Debug Info: Emit namespaced C++ forward decls in the correct module.The AST merges NamespaceDecls, but for module debug info it isimportant to put a namespace decl (or rather its children) into thecorrect (sub-)module, so we need to use the parent module of the declthat triggered this namespace to be serialized as a second key whenlooking up DINamespace nodes.rdar://problem/29339538llvm-svn: 302840
show more ...