]> granicus.if.org Git - clang/commit
Use the general conditional-cleanup framework instead of rolling our
authorJohn McCall <rjmccall@apple.com>
Wed, 3 Aug 2011 22:24:24 +0000 (22:24 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 3 Aug 2011 22:24:24 +0000 (22:24 +0000)
commitbddfd87863bac7aa17d226cdfb228f49b30dd5f2
tree01b5fb2c297be925eac67c8be0802082a8c18140
parent6ec60e00eeaaed78d98c85ce962d6f328094ca14
Use the general conditional-cleanup framework instead of rolling our
own, incorrectly, for releasing objects at the end of a full-expression.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136823 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjC.cpp
test/CodeGenObjC/arc.m