]> granicus.if.org Git - clang/commit
Use of properties declared in protocols in the category
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 6 Dec 2008 23:03:39 +0000 (23:03 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 6 Dec 2008 23:03:39 +0000 (23:03 +0000)
commit1ac2bc44781ec8451f880dcf586768a71824d3a6
tree7b745438d57bc6f1b279011fef6ac9f9eeffb910
parent601bae3b1d3c06e8c91f6ea77dd2b0315353ee0b
Use of properties declared in protocols in the category
via the category's protocol list1s, with appropriate
diagnsostics and a test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60634 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/property-category-3.m [new file with mode: 0644]