]> granicus.if.org Git - clang/commit
Debug info: Emit the correct type for the __FuncPtr field in a block
authorAdrian Prantl <aprantl@apple.com>
Wed, 5 Nov 2014 01:01:30 +0000 (01:01 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 5 Nov 2014 01:01:30 +0000 (01:01 +0000)
commitf65002072fe308f93a0ef04054b56218b00c2a34
treebfd548f4ace267527bb3575ae9e0b2016c66c94b
parent4da35811cd29ff0b8982de5c024d1350e6068c87
Debug info: Emit the correct type for the __FuncPtr field in a block
descriptor.

rdar://problem/15984431

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221326 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/debug-info-block-type.m [new file with mode: 0644]