]> granicus.if.org Git - clang/commit
Objective-C arc: don't count use of __weak
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 21 May 2013 21:20:26 +0000 (21:20 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 21 May 2013 21:20:26 +0000 (21:20 +0000)
commit569b4ad6506960f1a7f191107c185cb1566a7fbb
tree12ce5784c447a4360753023037ea499aad9e7a63
parent097e0a2cb08c8244a6923489acc8f890e6a99b59
Objective-C arc: don't count use of __weak
variables when they are used in such unevaluated
contexts as __typeof, etc. // rdar://13942025

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182423 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprMember.cpp
lib/Sema/SemaPseudoObject.cpp
test/SemaObjC/arc-repeated-weak.mm