]> granicus.if.org Git - clang/commit
Debug info: fix a crash when emitting IndirectFieldDecls, which were
authorAdrian Prantl <aprantl@apple.com>
Tue, 1 Apr 2014 17:52:06 +0000 (17:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 1 Apr 2014 17:52:06 +0000 (17:52 +0000)
commit96365aef99ec463375dfdaf6eb260823e0477b6a
tree8acffbb871b80a7fa287f27acf50ebcd24873f3d
parent839fe84cab1689ce5f3e4bcd3ba42cd4b5cb298c
Debug info: fix a crash when emitting IndirectFieldDecls, which were
previously not handled at all.
rdar://problem/16348575

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-indirect-field-decl.cpp [new file with mode: 0644]