llvm-project/clang/Sema
Steve Naroff 66e9f331ba Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.
Also noticed ASTContext::BuiltinVaListType wasn't being initialized to the null type (so I set it).

llvm-svn: 42983
2007-10-15 14:41:52 +00:00
..
ASTStreamer.cpp - Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGlobalPool and DenseMaps. This will allow us to efficiently lookup a method from a selector given no type information (for the "id" data type). 2007-10-14 00:58:41 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema. 2007-10-15 14:41:52 +00:00
Sema.h Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema. 2007-10-15 14:41:52 +00:00
SemaChecking.cpp Added notion of '*' specified format width/specifiers when checking 2007-10-12 20:51:52 +00:00
SemaDecl.cpp Add category lookup (removing a couple FIXME's). 2007-10-14 18:27:41 +00:00
SemaExpr.cpp Add support for Pascal strings. 2007-10-15 02:50:23 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Emit a warning when the body of an if block is a NullStmt. 2007-10-10 20:50:11 +00:00
SemaType.cpp Patch to create protocol conforming class types. 2007-10-11 00:55:41 +00:00