]> granicus.if.org Git - clang/commit
Patch to create protocol conforming class types.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 11 Oct 2007 00:55:41 +0000 (00:55 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 11 Oct 2007 00:55:41 +0000 (00:55 +0000)
commit4b6c9051c6522894978c9ba6a819a659d102db36
tree99e1fa5501180ac86e2ac87198fc4d516a3e2db9
parent77cd2a0b6eea81cc393b4c9e2941ec31fa09fdbe
Patch to create protocol conforming class types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42856 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
AST/ASTContext.cpp
AST/Type.cpp
Parse/ParseDecl.cpp
Parse/ParseObjc.cpp
Sema/Sema.h
Sema/SemaDecl.cpp
Sema/SemaType.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
include/clang/Parse/Action.h
include/clang/Parse/DeclSpec.h
include/clang/Parse/Parser.h
test/Sema/class-conforming-protocol-1.m [new file with mode: 0644]