]> granicus.if.org Git - clang/commit
Fix RewriteObjC::RewriteObjCThrowStmt() to respect whitespace between the @ and throw.
authorSteve Naroff <snaroff@apple.com>
Fri, 25 Jul 2008 15:41:30 +0000 (15:41 +0000)
committerSteve Naroff <snaroff@apple.com>
Fri, 25 Jul 2008 15:41:30 +0000 (15:41 +0000)
commit4ba0acbe835b12b3755d138f364cd67044d7322f
tree9a835b326556a671e37225aaa0298685d884b911
parent5928cb633d5d5e73c598d5625bf717a57e6b10a3
Fix RewriteObjC::RewriteObjCThrowStmt() to respect whitespace between the @ and throw.
This fixes <rdar://problem/5988388> clang ObjC rewriter: mystery 'w' inserted in exception throw.

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