]> granicus.if.org Git - clang/commit
ObjectiveC arc: Move check for type conversions in arc
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 31 Jul 2013 17:12:26 +0000 (17:12 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 31 Jul 2013 17:12:26 +0000 (17:12 +0000)
commitb316dc517d9721ac9047819e4eeaa0eb59c4020a
treeb744b60959e6fa96e956dc24f21401e7e58975a4
parentadbb455012fff8c9a72ddf24290d25d035fd056d
ObjectiveC arc: Move check for type conversions in arc
out of ImpCastExprToType and to the caller site
as appropriate. This is in prep. to do more work for
// rdar://14569171

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187503 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp