]> granicus.if.org Git - clang/commit
Drop ObjCIndirectCopyRestoreExprs during template instantiation.
authorJohn McCall <rjmccall@apple.com>
Thu, 11 Apr 2013 02:14:26 +0000 (02:14 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 11 Apr 2013 02:14:26 +0000 (02:14 +0000)
commit93b64571e92c10bb168c2a2786c1380f334ba960
tree51d903e13f661e4b76f664532c1a841b6199a78c
parent411d33aa0b0d3bc9b2faec40cd821bdd836094ab
Drop ObjCIndirectCopyRestoreExprs during template instantiation.

It's a kind of implicit conversion, which we generally drop, but
more importantly it's got very specific placement requirements.

rdar://13617051

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179254 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/CodeGenObjCXX/arc.mm