]> granicus.if.org Git - clang/commit
Patch to diagnose a variety of misuse of property
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 6 Dec 2008 01:12:43 +0000 (01:12 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 6 Dec 2008 01:12:43 +0000 (01:12 +0000)
commit567c8df3646208e0a5816c57191ca36930f50ed3
tree22d4e0550d04dde7f5f35fb1b24912f0d286e32a
parent5c37de788529cd9180f22069970737a7208bd625
Patch to diagnose a variety of misuse of property
attributes. Example would be, readonly, assign or
assign, copy, etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60620 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/Analysis/PR2978.m
test/Coverage/objc-language-features.inc
test/SemaObjC/continuation-class-err.m
test/SemaObjC/property-12.m [new file with mode: 0644]
test/SemaObjC/property-3.m