]> granicus.if.org Git - clang/commit
Set the relevent attributes declared in class extension
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 22 Mar 2010 23:25:52 +0000 (23:25 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 22 Mar 2010 23:25:52 +0000 (23:25 +0000)
commit22f757b38da3fc9f17ea9e99524064fdfbca3456
treefb3086eb1761c752a36724b33db8e0c5dcaa5600
parentb0f65ca9853d1148211a38736141c8ccf2aa4a1d
Set the relevent attributes declared in class extension
and fix a missing diagnostics on assigning to a read-only
property. Fixes radar 7766184.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-in-class-extension.m [new file with mode: 0644]