llvm-project/clang/Sema
Steve Naroff 49effdefef Tweak Sema::ActOnInstanceMessage() to treat the built-in "Class" type the same as "id".
llvm-svn: 43996
2007-11-11 17:52:25 +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 This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() about private methods (r43989). 2007-11-11 17:19:15 +00:00
SemaChecking.cpp Added notion of '*' specified format width/specifiers when checking 2007-10-12 20:51:52 +00:00
SemaDecl.cpp This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() about private methods (r43989). 2007-11-11 17:19:15 +00:00
SemaExpr.cpp Tweak Sema::ActOnInstanceMessage() to treat the built-in "Class" type the same as "id". 2007-11-11 17:52:25 +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 Some code clean up in the form of name changes for functions which 2007-11-09 22:27:59 +00:00