..
ASTConsumer.cpp
Remove unused ASTConsumer::HandleTopLevelDeclaration
2008-07-25 22:39:30 +00:00
ASTContext.cpp
Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects
2008-10-21 18:24:04 +00:00
Builtins.cpp
Make llvm memory barrier available as an intrinsic
2008-10-18 02:49:28 +00:00
CFG.cpp
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*.
2008-10-07 23:09:49 +00:00
Decl.cpp
Simplify handling of struct/union/class tags.
2008-10-15 00:42:39 +00:00
DeclBase.cpp
Preliminary support for function overloading
2008-10-21 16:13:35 +00:00
DeclCXX.cpp
Preliminary support for function overloading
2008-10-21 16:13:35 +00:00
DeclGroup.cpp
Fix incorrect release of Decl* array referenced by DeclGroup.
2008-10-18 19:20:54 +00:00
DeclObjC.cpp
Fix "possibly uninitialized" warning.
2008-08-27 05:13:46 +00:00
DeclSerialization.cpp
Preliminary support for function overloading
2008-10-21 16:13:35 +00:00
Expr.cpp
Adjust calls to APFloat conversion for new interface.
2008-10-09 23:02:32 +00:00
ExprCXX.cpp
Change line endings: CRLF -> LF
2008-09-10 02:14:49 +00:00
ExprConstant.cpp
Teach tryEvaluate that fabs, copysign, and unary +/- are constants for
2008-10-16 03:51:50 +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
More #include cleaning
2008-08-11 06:23:49 +00:00
Stmt.cpp
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*.
2008-10-07 23:09:49 +00:00
StmtDumper.cpp
Simplify handling of struct/union/class tags.
2008-10-15 00:42:39 +00:00
StmtIterator.cpp
A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug.
2008-10-07 23:35:42 +00:00
StmtPrinter.cpp
- Add BlockDecl AST node.
2008-10-08 17:01:13 +00:00
StmtSerialization.cpp
Preliminary support for function overloading
2008-10-21 16:13:35 +00:00
StmtViz.cpp
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*.
2008-10-07 23:09:49 +00:00
TranslationUnit.cpp
Patch by Csaba Hruska and Peter Neumark:
2008-07-10 22:10:48 +00:00
Type.cpp
Preliminary support for function overloading
2008-10-21 16:13:35 +00:00
TypeSerialization.cpp
Move Type::EmitImpl into header, add FIXME to make abstract.
2008-10-14 16:55:17 +00:00