]> granicus.if.org Git - clang/commit
fix some more cases where we'd emit a file with a line of 0 for implicit
authorChris Lattner <sabre@nondot.org>
Tue, 5 May 2009 05:16:17 +0000 (05:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 May 2009 05:16:17 +0000 (05:16 +0000)
commitd37d9b5bf9dd5addf6d8d3b20c4d828218c99d23
treed2b44912a4fb4120cf83b4864726f1945cf1ce21
parent9e55b8a8b34ca1f401425cd14a32ba55d4f7aa73
fix some more cases where we'd emit a file with a line of 0 for implicit
types.  In this case, it was objc_selector and objc_class.  This fixes
rdar://6852754 - clang sometimes generates incorrect/unknown file/line info for DW_TAG__structure_type dies

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