.. |
ASTConsumer.cpp
|
Remove unused ASTConsumer::HandleTopLevelDeclaration
|
2008-07-25 22:39:30 +00:00 |
ASTContext.cpp
|
Sema::CheckCompareOperands() and ASTContext::mergeTypes(): Change handling of ObjC qualified id types to be consistent with gcc. This changes a handful of test case errors into warnings (diff will tell you which cases have changed).
|
2008-10-20 18:19:10 +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
|
Simplify handling of struct/union/class tags.
|
2008-10-15 00:42:39 +00:00 |
DeclCXX.cpp
|
Simplify handling of struct/union/class tags.
|
2008-10-15 00:42:39 +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
|
Simplify handling of struct/union/class tags.
|
2008-10-15 00:42:39 +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
|
Use BatchEmitOwnedPtrs for writing multiple child exprs, per review.
|
2008-10-15 17:52:29 +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
|
Make VectorType printing less broken.
|
2008-10-05 05:43:11 +00:00 |
TypeSerialization.cpp
|
Move Type::EmitImpl into header, add FIXME to make abstract.
|
2008-10-14 16:55:17 +00:00 |