llvm-project/clang/Sema
Steve Naroff 9e0887cff4 Allow properties within a protocol. The case below was asserting...now it works fine.
@protocol CAMediaTiming

@property int beginTime;

@end

Comments in the code tell the rest of the story...

llvm-svn: 44117
2007-11-14 14:15:31 +00:00
..
ASTStreamer.cpp Fix ownership model of ParseAST to allow the dtor of 2007-11-03 06:24:16 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp Implement a more sensible strategy for ObjC built-in types (addressing a long standing FIXME in Sema::GetObjcIdType()). 2007-10-31 18:42:27 +00:00
Sema.h implement test/Sema/typedef-prototype.c, allowing code 2007-11-14 06:34:38 +00:00
SemaChecking.cpp Added notion of '*' specified format width/specifiers when checking 2007-10-12 20:51:52 +00:00
SemaDecl.cpp Allow properties within a protocol. The case below was asserting...now it works fine. 2007-11-14 14:15:31 +00:00
SemaExpr.cpp Modified -Wfloat-equal logic to suppress warnings where floating point values 2007-11-13 19:17:00 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp AST for objective-c's @throw statement and its pretty-printing. 2007-11-07 02:00:49 +00:00
SemaType.cpp Rename Sema method to follow class naming convention 2007-11-13 21:49:48 +00:00