]> granicus.if.org Git - clang/commit
Property declared in continuation class can only be used to
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 2 Nov 2009 22:45:15 +0000 (22:45 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 2 Nov 2009 22:45:15 +0000 (22:45 +0000)
commita6f14e1a7ee3a9343a838297c73ca87fddb9ed4a
tree2b0233fd1b5d1a21555dd45dfdd9a804e7f634ed
parent92bd8c70a6837b647a6c55964f8d0a50bf561dbc
Property declared in continuation class can only be used to
change a readonly property declared in the class (and its inherited protocols)
to writable property. (Fixes radar 7350645).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85836 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/DeclObjC.cpp
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/continuation-class-err.m