]> granicus.if.org Git - clang/commit
Fixes a rewriter bug rewriting function decl.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Feb 2010 17:52:31 +0000 (17:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Feb 2010 17:52:31 +0000 (17:52 +0000)
commit52b2e1e0775a7a50616b02be4af92295c61e37f5
tree99324f38ac88553681445ce0087cb3115f7c506a
parentb37b648b3f2bba4c557a1604ced19b526b25a372
Fixes a rewriter bug rewriting function decl.
with block-pointer-type as one or more of its
arguments. Fixes radar 7638400.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95992 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/RewriteObjC.cpp
test/Rewriter/rewrite-block-pointer.mm [new file with mode: 0644]