]> granicus.if.org Git - clang/commit
Added property decl support for protocols.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 17 Apr 2008 18:25:18 +0000 (18:25 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 17 Apr 2008 18:25:18 +0000 (18:25 +0000)
commit3dd4ba4068e953125b95ce85c723322cdd0a3cb5
tree7b9ff8cf739ce70f51c66224cf5c85c7df68bd03
parent4fd8897f81e2d9e2d9b8c6a5f10fe0dae3e52223
Added property decl support for protocols.
Added assertion if unexpected property decls are found where they don't belong.
Consolidated property decl. printing by using a helper function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49862 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaDeclObjC.cpp