hanchenye-llvm-project/clang/lib/AST
Ted Kremenek ef17049bac Reclaim memory owned by ObjCForwardProtocolDecls.
llvm-svn: 52063
2008-06-06 21:05:33 +00:00
..
ASTConsumer.cpp Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a 2008-05-31 20:11:04 +00:00
ASTContext.cpp During interface layout, don't forget super class. 2008-06-06 02:14:01 +00:00
Builtins.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
CFG.cpp Fix one strict-aliasing warning. 2008-05-29 21:52:26 +00:00
Decl.cpp Move Decl and DeclContext implementations into a new DeclBase.cpp file. 2008-06-04 13:04:04 +00:00
DeclBase.cpp Move Decl and DeclContext implementations into a new DeclBase.cpp file. 2008-06-04 13:04:04 +00:00
DeclObjC.cpp Reclaim memory owned by ObjCForwardProtocolDecls. 2008-06-06 21:05:33 +00:00
DeclSerialization.cpp When serializing FunctionDecl, serialize out a reference to the previous declaration. 2008-05-20 03:33:58 +00:00
Expr.cpp Put back my temporary hack until Eli addresses this in a more complete fashion. 2008-06-03 22:06:04 +00:00
ExprCXX.cpp Several improvements from Doug Gregor related to default 2008-04-10 02:22:51 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Stmt.cpp - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h 2008-05-29 21:12:08 +00:00
StmtDumper.cpp Minor tweak to -ast-dump for ivars. 2008-05-23 22:01:24 +00:00
StmtIterator.cpp Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl. 2008-05-30 16:14:41 +00:00
StmtPrinter.cpp Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identifier 'super' 2008-06-02 23:03:37 +00:00
StmtSerialization.cpp Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identifier 'super' 2008-06-02 23:03: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 Reclaim memory owned by ObjCForwardProtocolDecls. 2008-06-06 21:05:33 +00:00
Type.cpp Add Destroy method to Types, making there destruction more harmonious with 2008-05-21 16:38:54 +00:00
TypeSerialization.cpp Pass the ASTContext object around when deserializing Decl and Stmt objects, so 2008-04-07 21:55:54 +00:00