]> granicus.if.org Git - clang/commit
Objective-C arc: Diagnose when user attempts to
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 16 May 2013 19:08:44 +0000 (19:08 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 16 May 2013 19:08:44 +0000 (19:08 +0000)
commitb8ed071b88c1fd100eaa701f5fd7f5ebe8b9e362
treec1a267bfda185214ca737ed43bb539e1637dada6
parentb5afadd210609294c9c8ec6a9456b1cf53eff690
Objective-C arc: Diagnose when user attempts to
synthesize a property getter method that overrides
a method definition named 'retain' and the like.
Fixes // rdar://13885083

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182039 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/arc-property-lifetime.m