..
ASTConsumer.cpp
Remove unused ASTConsumer::HandleTopLevelDeclaration
2008-07-25 22:39:30 +00:00
ASTContext.cpp
More #include cleaning
2008-08-11 04:54:23 +00:00
Builtins.cpp
More #include cleaning
2008-08-11 04:54:23 +00:00
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
More #include cleaning
2008-08-11 04:54:23 +00:00
DeclBase.cpp
More #include cleaning
2008-08-11 04:54:23 +00:00
DeclCXX.cpp
Silence uninitialized value warning in Release build.
2008-06-16 23:46:27 +00:00
DeclObjC.cpp
More #include cleaning
2008-08-11 04:54:23 +00:00
DeclSerialization.cpp
-Add DeclChain member to DeclContext.
2008-06-10 01:32:09 +00:00
Expr.cpp
More #include cleaning
2008-08-11 05:35:13 +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
Make a major restructuring of the clang tree: introduce a top-level
2008-03-15 23:59:48 +00:00
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
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
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