]> granicus.if.org Git - clang/commit
Patch to allow over-riding of readonly property to
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 25 Nov 2008 17:56:43 +0000 (17:56 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 25 Nov 2008 17:56:43 +0000 (17:56 +0000)
commit6669db9d80d77d10f101aa9f8e488bbd2d98f76c
tree054665d87efaa4d5332407db5e4c1d264ebd5cb9
parentc9ad94e12aaf667e02c7297a663fc93090e1d2cb
Patch to allow over-riding of readonly property to
a writable property in one of its category.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60035 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/Analysis/ObjCProperties.m
test/SemaObjC/property-category-1.m [new file with mode: 0644]