dsymutil: Avoid pruning non-type forward declarations inside DW_TAG_moduleforward declarations.Especially with template instantiations, there are legitimate reasonswhy for declarations might be e
dsymutil: Avoid pruning non-type forward declarations inside DW_TAG_moduleforward declarations.Especially with template instantiations, there are legitimate reasonswhy for declarations might be emitted into a DW_TAG_module skeleton /forward-declaration sub-tree, that are not forward declarations in thesense of that there is a more complete definition over in a .pcm file.The example in the testcase is a constant DW_TAG_member of aDW_TAG_class template instatiation.rdar://problem/43623196llvm-svn: 341123
show more ...