]> granicus.if.org Git - clang/commit
Have __func__ and siblings point to block's implementation function
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 28 Jun 2010 18:58:34 +0000 (18:58 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 28 Jun 2010 18:58:34 +0000 (18:58 +0000)
commit16ac5ce5fd7d9b4dd67ca8d57403c8f45e3dcf2d
tree9bd2459af767c802fcd6fcb55ffd4a17293f9930
parentce88d0f015344255d6367914374629fbadb99b94
Have __func__ and siblings point to block's implementation function
name. Fixes radar 7860965.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107044 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
test/CodeGen/func-in-block.c [new file with mode: 0644]