hanchenye-llvm-project/clang/lib/AST
Chris Lattner 390d39ac7e move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
simplifying code along the way and fixing a problem and memory leak or two.

llvm-svn: 53876
2008-07-21 21:32:27 +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 Make a few related changes: 2008-06-30 18:32:54 +00:00
Builtins.cpp
CFG.cpp Fix one strict-aliasing warning. 2008-05-29 21:52:26 +00:00
Decl.cpp Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. 2008-06-17 18:05:57 +00:00
DeclBase.cpp Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. 2008-06-17 18:05:57 +00:00
DeclCXX.cpp Silence uninitialized value warning in Release build. 2008-06-16 23:46:27 +00:00
DeclObjC.cpp move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, 2008-07-21 21:32:27 +00:00
DeclSerialization.cpp -Add DeclChain member to DeclContext. 2008-06-10 01:32:09 +00:00
Expr.cpp revert my bogus attempt to fix the comment. sorry for the noise. 2008-07-08 21:13:06 +00:00
ExprCXX.cpp Fix more strict-aliasing warnings. 2008-06-17 03:11:08 +00:00
ExprConstant.cpp expand casts to handle what isIntegerConstantExpr handles. 2008-07-12 01:15:53 +00:00
Makefile
ParentMap.cpp Added ParentMap, a class to represent a lazily constructed mapping from child to parents. 2008-06-20 21:40:36 +00:00
Stmt.cpp Fix more strict-aliasing warnings. 2008-06-17 03:11:08 +00:00
StmtDumper.cpp remove dead enums. 2008-06-21 18:06:44 +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 Switch 'super' from being a weird cast thing to being a predefined expr node. 2008-06-21 18:04:54 +00:00
StmtSerialization.cpp Update serialization for ObjCMessageExpr to handle additional bit-swizziling of receiver information. 2008-06-24 17:00:08 +00:00
StmtViz.cpp
TranslationUnit.cpp Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
Type.cpp use iterators instead of direct access to protocol list. 2008-07-21 05:19:23 +00:00
TypeSerialization.cpp Pass the ASTContext object around when deserializing Decl and Stmt objects, so 2008-04-07 21:55:54 +00:00