]> granicus.if.org Git - clang/commit
Set default property attributes on each property.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 26 Nov 2008 20:01:34 +0000 (20:01 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 26 Nov 2008 20:01:34 +0000 (20:01 +0000)
commit8cf0bb3c2a798ce3acacaac2d3178648cd4c65c6
tree26cd1dc065d40d95f9e35116fde0872fe9db30f6
parent4d6e8dd587f6ae0080b0d3acc9ac6a6a02b1ac3b
Set default property attributes on each property.
Implemented anonymous category (also know as continuation class)
used to override main class's property attribute. This is work in
propgress.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60114 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/Action.h
lib/Parse/ParseObjc.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
test/CodeGenObjC/continuation-class.m [new file with mode: 0644]
test/SemaObjC/property-9-impl-method.m