]> granicus.if.org Git - clang/commit
Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong place.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 14 Jan 2010 00:35:56 +0000 (00:35 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 14 Jan 2010 00:35:56 +0000 (00:35 +0000)
commitabfd83e74ca8a7553e375dd4631d2570f33648b4
tree341c07d13e20b97e7aff2423a1abf71c0772b794
parente495b7f7b4fffbba7e61229d2a4205a0b164cbe8
Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong place.
Fixes radar 7284618.

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