clang-1/lib/AST
Steve Naroff 1c7d067550 Add type checking for blocks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55767 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-04 15:10:53 +00:00
..
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Add type checking for blocks. 2008-09-04 15:10:53 +00:00
Builtins.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
CFG.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Decl.cpp RecordDecl: 2008-09-02 21:12:32 +00:00
DeclBase.cpp Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs. 2008-08-20 03:26:33 +00:00
DeclCXX.cpp CXXRecordDecl and RecordDecl: 2008-09-02 20:13:32 +00:00
DeclObjC.cpp Fix "possibly uninitialized" warning. 2008-08-27 05:13:46 +00:00
DeclSerialization.cpp RecordDecl serialization: 2008-09-02 20:42:52 +00:00
Expr.cpp Add semantic analysis for "blocks". 2008-09-03 18:15:37 +00:00
ExprCXX.cpp Add support for C++'s "type-specifier ( expression-list )" expression: 2008-08-22 15:38:55 +00:00
ExprConstant.cpp Initial implementation of floats in Expr::tryEvaluate; this doesn't 2008-08-22 00:06:13 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParentMap.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Stmt.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtDumper.cpp Fix ObjCPropertRefExpr to be able to encode all the information for 2008-09-03 00:27:26 +00:00
StmtIterator.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
StmtPrinter.cpp Add semantic analysis for "blocks". 2008-09-03 18:15:37 +00:00
StmtSerialization.cpp Add semantic analysis for "blocks". 2008-09-03 18:15:37 +00:00
StmtViz.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
TranslationUnit.cpp Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
Type.cpp codegen constant data as such. add QualType::isConstant() 2008-09-01 11:33:04 +00:00
TypeSerialization.cpp First wave of changes to support "blocks" (an extension to C). 2008-08-27 16:04:49 +00:00