]> granicus.if.org Git - clang/commit
Gather cleanups correctly in block return statements.
authorJohn McCall <rjmccall@apple.com>
Wed, 17 Aug 2011 21:34:14 +0000 (21:34 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 17 Aug 2011 21:34:14 +0000 (21:34 +0000)
commitd963c37eb912342c8325048749e449861cf0a6e3
tree8c3ba183cec56377add9f4102b6c56688aad9fc3
parent6704429557544a890cf6c0859b13b1dc63572f70
Gather cleanups correctly in block return statements.
Thanks to Ted for finding this with magic tools.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137877 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/CodeGenCXX/blocks.cpp