hanchenye-llvm-project/clang/lib/AST
Steve Naroff 0d7c6dbae8 Cleanup ObjCSuperRefExpr (remove last usage and AST node:-).
llvm-svn: 54617
2008-08-10 19:10:41 +00:00
..
ASTConsumer.cpp Remove unused ASTConsumer::HandleTopLevelDeclaration 2008-07-25 22:39:30 +00:00
ASTContext.cpp Fix PR2400 by more graceful handling of invalid decls. Don't try to layout 2008-08-09 21:35:13 +00:00
Builtins.cpp
CFG.cpp Cleanup some processing with DeclStmt, and gradually start using the internal BumpPtrAllocator to allocator more of CFG's data structures. 2008-08-06 23:20:50 +00:00
Decl.cpp Destroy and delete the FieldDecl members of a RecordDecl. 2008-08-08 14:08:55 +00:00
DeclBase.cpp Add some C++ Decl statistics. 2008-08-10 01:47:31 +00:00
DeclCXX.cpp Silence uninitialized value warning in Release build. 2008-06-16 23:46:27 +00:00
DeclObjC.cpp When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards. 2008-07-23 18:04:17 +00:00
DeclSerialization.cpp -Add DeclChain member to DeclContext. 2008-06-10 01:32:09 +00:00
Expr.cpp Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). 2008-08-10 19:10:41 +00:00
ExprCXX.cpp Fix more strict-aliasing warnings. 2008-06-17 03:11:08 +00:00
ExprConstant.cpp Remove the old evaluator code. 2008-08-10 17:03:01 +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 remove spaces at eol to test commit access 2008-08-05 23:15:29 +00:00
StmtDumper.cpp rename PreDefinedExpr -> PredefinedExpr 2008-08-10 01:53:14 +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 Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). 2008-08-10 19:10:41 +00:00
StmtSerialization.cpp Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). 2008-08-10 19:10:41 +00:00
StmtViz.cpp
TranslationUnit.cpp Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
Type.cpp Handle WChar inside BuiltinType::getName(). 2008-08-09 17:11:33 +00:00
TypeSerialization.cpp Fix serialization for TypedefType by allowing TypedefType to access the internal CanonicalType stored in Type. 2008-07-27 03:47:53 +00:00