]> granicus.if.org Git - clang/commit
Teach RewriteObjC::RewriteObjCMethodDecl() to deal with pointer to function return...
authorSteve Naroff <snaroff@apple.com>
Wed, 16 Jul 2008 14:40:40 +0000 (14:40 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 16 Jul 2008 14:40:40 +0000 (14:40 +0000)
commit76e429d781a8871afb5050f39ab8e00e72bdf2f8
treeadfda3f7f4c56b3e59923e2345db840c2cbb0727
parentb02ef242c76f718a33ec3d9e42f9dbabaf5856b9
Teach RewriteObjC::RewriteObjCMethodDecl() to deal with pointer to function return types.
This fixes <rdar://problem/6034961> clang ObjC rewriter: rewriting methods with function pointer return values does not work

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53678 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteObjC.cpp