]> granicus.if.org Git - clang/commit
writable property in a category of class's superclass
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 6 Apr 2009 16:59:10 +0000 (16:59 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 6 Apr 2009 16:59:10 +0000 (16:59 +0000)
commit50efe0483563b12dc8e005068c85d68dc1f7d9ae
tree1fdbf1e7e19e53fe2d29d19b78c9f5e020d51863
parentb02e53b5a859f12ad1e3f90a22b6fb711901a172
writable property in a category of class's superclass
makes the property writable in the current class.

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