]> granicus.if.org Git - clang/commit
Semantics of @protocol attributes.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Dec 2008 01:07:27 +0000 (01:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Dec 2008 01:07:27 +0000 (01:07 +0000)
commitbc1c877fe28fb6a825f0b226a0a2da99e713ea03
tree5f467bd520f112cca8b35a99c78b88824f80a066
parentcb73530987a22a6877039b9404b29aba3bf226e0
Semantics of @protocol attributes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61114 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/Action.h
include/clang/Parse/AttributeList.h
lib/Parse/AttributeList.cpp
lib/Parse/ParseObjc.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/protocol-atttribute-1.m [new file with mode: 0644]