]> granicus.if.org Git - clang/commit
Diagnose implementation of a property declared in a category
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 2 Nov 2009 18:45:36 +0000 (18:45 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 2 Nov 2009 18:45:36 +0000 (18:45 +0000)
commit3684bd4c9518f6507d375ff8e4a4e32ce3bb51c3
tree017fe6f61fe22de355a23b0ba6ca39e82d72bda5
parentcf3293eaeb3853d12cff47e648bbe835004e929f
Diagnose implementation of a property declared in a category
in its class implementation instead of crashing. Fixes radar 7350345.

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