..
ASTConsumer.cpp
Make a major restructuring of the clang tree: introduce a top-level
2008-03-15 23:59:48 +00:00
ASTContext.cpp
Addition of TranslationUnitDecl to the AST:
2008-04-17 14:40:12 +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
Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a block's terminator.
2008-04-16 21:10:48 +00:00
Decl.cpp
Addition of TranslationUnitDecl to the AST:
2008-04-17 14:40:12 +00:00
DeclObjC.cpp
Added property decl support for protocols.
2008-04-17 18:25:18 +00:00
DeclSerialization.cpp
Addition of TranslationUnitDecl to the AST:
2008-04-17 14:40:12 +00:00
Expr.cpp
Several improvements from Doug Gregor related to default
2008-04-10 02:22:51 +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
Make a major restructuring of the clang tree: introduce a top-level
2008-03-15 23:59:48 +00:00
StmtDumper.cpp
Remove uses of "Selector&" and "const Selector&", since Selector is just an
2008-04-16 04:30:16 +00:00
StmtIterator.cpp
Make a major restructuring of the clang tree: introduce a top-level
2008-03-15 23:59:48 +00:00
StmtPrinter.cpp
Remove uses of "Selector&" and "const Selector&", since Selector is just an
2008-04-16 04:30:16 +00:00
StmtSerialization.cpp
Add support for C++ default arguments, and rework Parse-Sema
2008-04-08 04:40:51 +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
Stub out and start using a Decl::Destroy() method.
2008-04-11 15:01:25 +00:00
Type.cpp
This patch is just the easy part of the class names patch, which
2008-04-13 18:59:07 +00:00
TypeSerialization.cpp
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
2008-04-07 21:55:54 +00:00