clang/Sema
Fariborz Jahanian 7dd82836dc Implemented when static typing is combined with protocols and use as receiver
type.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44685 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-07 21:21:21 +00:00
..
ASTStreamer.cpp Yesterday, I simplified how we stream top-level decls. 2007-11-29 23:05:20 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Sema.cpp Patch to implement "Protocol" as a built-in type declared as 2007-12-07 00:18:54 +00:00
Sema.h Patch to implement "Protocol" as a built-in type declared as 2007-12-07 00:18:54 +00:00
SemaChecking.cpp Simplified setting up Method's scope before generating AST for its nody. 2007-12-04 19:20:11 +00:00
SemaDecl.cpp Have Sema::CheckConstantInitList skip semantic analysis when the element type is a record (until we implement the FIXME). This removes a bogus error for the following code... 2007-12-07 21:12:53 +00:00
SemaExpr.cpp Implemented when static typing is combined with protocols and use as receiver 2007-12-07 21:21:21 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Simplified setting up Method's scope before generating AST for its nody. 2007-12-04 19:20:11 +00:00
SemaType.cpp Simplified setting up Method's scope before generating AST for its nody. 2007-12-04 19:20:11 +00:00
SemaUtil.h Moved logic for -Wfloat-equal to SemaChecking.cpp. 2007-11-25 00:58:00 +00:00