]> granicus.if.org Git - clang/commit
ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem...
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Nov 2011 21:59:25 +0000 (21:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Nov 2011 21:59:25 +0000 (21:59 +0000)
commit2bbcd5ce370753c86d312d2c72a97476ac35b073
tree013bd55a1496cb2af875ba9e7a8d3fe0aefd498e
parent4c42bb7815e4f6317826767f8c53776ae03b4028
ARC: make assignment to 'self' within class methods illegal.  Fixes <rdar://problem/10416568>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144572 91177308-0d34-0410-b5e6-96231b3b80d8
docs/AutomaticReferenceCounting.html
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/DeclObjC.cpp
lib/Sema/SemaExpr.cpp