.. |
APValue.cpp
|
add dump and print methods, add operator<< for APValue.
|
2008-11-16 07:46:48 +00:00 |
ASTConsumer.cpp
|
Remove unused ASTConsumer::HandleTopLevelDeclaration
|
2008-07-25 22:39:30 +00:00 |
ASTContext.cpp
|
formatting
|
2008-11-19 07:24:05 +00:00 |
Builtins.cpp
|
Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call.
|
2008-10-26 16:43:14 +00:00 |
CFG.cpp
|
Fix CFG construction for ObjCForCollectionStmt: 'element' expression can be anything that evaluates to an lvalue
|
2008-11-14 01:57:41 +00:00 |
CMakeLists.txt
|
Introduction the DeclarationName class, as a single, general method of
|
2008-11-17 14:58:09 +00:00 |
Decl.cpp
|
Extend DeclarationName to support C++ overloaded operators, e.g.,
|
2008-11-18 14:39:36 +00:00 |
DeclBase.cpp
|
Parsing, ASTs, and semantic analysis for the declaration of conversion
|
2008-11-07 20:08:42 +00:00 |
DeclCXX.cpp
|
Implement effects of 'mutable', and a few comments from Chris on its parsing.
|
2008-11-17 23:24:37 +00:00 |
DeclGroup.cpp
|
Fix incorrect release of Decl* array referenced by DeclGroup.
|
2008-10-18 19:20:54 +00:00 |
DeclObjC.cpp
|
Introduction the DeclarationName class, as a single, general method of
|
2008-11-17 14:58:09 +00:00 |
DeclSerialization.cpp
|
Extend DeclarationName to support C++ overloaded operators, e.g.,
|
2008-11-18 14:39:36 +00:00 |
DeclarationName.cpp
|
Extend DeclarationName to support C++ overloaded operators, e.g.,
|
2008-11-18 14:39:36 +00:00 |
Expr.cpp
|
simplify some code.
|
2008-11-19 07:55:04 +00:00 |
ExprCXX.cpp
|
Extend DeclarationName to support C++ overloaded operators, e.g.,
|
2008-11-18 14:39:36 +00:00 |
ExprConstant.cpp
|
Address some comments Eli had.
|
2008-11-16 22:46:56 +00:00 |
InheritViz.cpp
|
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
|
2008-11-13 05:09:21 +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
|
Don't require us to manually number the statements and expressions in StmtNodes.def. We don't need stable numbers yet, renumbering is a pain, and LAST_STMT had the wrong value anyway.
|
2008-11-14 12:46:07 +00:00 |
StmtDumper.cpp
|
Introduction the DeclarationName class, as a single, general method of
|
2008-11-17 14:58:09 +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 a new expression node, CXXOperatorCallExpr, which expresses a
|
2008-11-14 16:09:21 +00:00 |
StmtSerialization.cpp
|
Add a new expression node, CXXOperatorCallExpr, which expresses a
|
2008-11-14 16:09:21 +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
|
When destroying a translation unit, deallocate its owned declarations in reverse order, because there may be dependencies among the declarations.
|
2008-10-27 12:50:38 +00:00 |
Type.cpp
|
Fix arithmetic type check
|
2008-10-30 13:47:07 +00:00 |
TypeSerialization.cpp
|
Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call.
|
2008-10-26 16:43:14 +00:00 |