Debug Info (-gmodules): emit full types for non-anchored template specializationsBefore this patch, clang would emit a (module-)forward declaration fortemplate instantiations that are not anchored
Debug Info (-gmodules): emit full types for non-anchored template specializationsBefore this patch, clang would emit a (module-)forward declaration fortemplate instantiations that are not anchored by an explicit templateinstantiation, but still are guaranteed to be available in an importedmodule. Unfortunately detecting the owning module doesn't reliablywork when local submodule visibility is enabled and the template isinside a cross-module namespace.This make clang debuggable again with -gmodules and LSV enabled.rdar://problem/41552377llvm-svn: 345109
show more ...