]> granicus.if.org Git - clang/commit
Reinstate the code for emitting an initial debug type for a struct,
authorDan Gohman <gohman@apple.com>
Mon, 23 Aug 2010 21:15:56 +0000 (21:15 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 23 Aug 2010 21:15:56 +0000 (21:15 +0000)
commit45f7c78ea33e0b1b1575ca6e6f7a094be5f77e32
treeac1a09fe3b414983f010f2167ad2bddc121ad295
parent673745ff71889df736458f68b8fcca43d794b2b8
Reinstate the code for emitting an initial debug type for a struct,
to handle the case where the struct is only forward-declared. In
this case, a temporary MDNode is not needed and not desired.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111842 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp