]> granicus.if.org Git - clang/commit
Diagnose gc attribute mismatch of property and its ivar.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 27 Feb 2009 22:38:11 +0000 (22:38 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 27 Feb 2009 22:38:11 +0000 (22:38 +0000)
commit9bc77b2423e75b9361f597d6fa7c024a53e504cd
tree82afa3a26f363b3b33cd8e299783d28d32145a3f
parent173144affecc3f97b73b075c44752aff8cfcfc3a
Diagnose gc attribute mismatch of property and its ivar.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65656 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/error-property-gc-attr.m [new file with mode: 0644]