hanchenye-llvm-project/clang/Sema
Fariborz Jahanian a32aaefadc Implementation of AST for @protocol expression.
llvm-svn: 43075
2007-10-17 16:58:11 +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 Implementation of AST for @protocol expression. 2007-10-17 16:58:11 +00:00
Sema.h Implementation of AST for @protocol expression. 2007-10-17 16:58:11 +00:00
SemaChecking.cpp Added notion of '*' specified format width/specifiers when checking 2007-10-12 20:51:52 +00:00
SemaDecl.cpp Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. 2007-10-17 00:52:43 +00:00
SemaExpr.cpp Implementation of AST for @protocol expression. 2007-10-17 16:58:11 +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