.. |
APValue.cpp
|
Remove some now-unneeded calls to llvm::errs().flush().
|
2009-03-10 18:00:19 +00:00 |
ASTConsumer.cpp
|
Push DeclGroup much farther throughout the compiler. Now the various
|
2009-03-29 16:50:03 +00:00 |
ASTContext.cpp
|
Delete method which is now trivial.
|
2009-06-08 05:08:54 +00:00 |
Builtins.cpp
|
Use v.data() instead of &v[0] when SmallVector v might be empty.
|
2009-05-21 09:52:38 +00:00 |
CFG.cpp
|
Create a new PrintingPolicy class, which we pass down through the AST
|
2009-05-29 20:38:28 +00:00 |
CMakeLists.txt
|
Refactor and clean up the AST printer, so that it uses a DeclVisitor,
|
2009-05-30 00:08:05 +00:00 |
Decl.cpp
|
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argument is not unparsed. Add a new hasDefaultArg() and use it in places where getDefaultArg() was called when the argument was unparsed.
|
2009-06-06 04:14:07 +00:00 |
DeclBase.cpp
|
Initial infrastructure for class template partial specialization. Here
|
2009-05-31 09:31:02 +00:00 |
DeclCXX.cpp
|
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argument is not unparsed. Add a new hasDefaultArg() and use it in places where getDefaultArg() was called when the argument was unparsed.
|
2009-06-06 04:14:07 +00:00 |
DeclGroup.cpp
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
DeclObjC.cpp
|
Adds synthesize ivars to DeclContext.
|
2009-06-06 16:36:41 +00:00 |
DeclPrinter.cpp
|
Minor improvements to template parameter writing.
|
2009-06-04 05:37:43 +00:00 |
DeclTemplate.cpp
|
Avoid warnings.
|
2009-06-05 23:49:48 +00:00 |
DeclarationName.cpp
|
Make sure that we use the canonical type for the names of instantiated
|
2009-05-15 21:18:27 +00:00 |
Expr.cpp
|
Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions.
|
2009-06-07 19:51:47 +00:00 |
ExprCXX.cpp
|
Improvements to CXXExprWithTemporaries in preparation for fixing a bug with default arguments that have temporaries.
|
2009-06-05 15:38:08 +00:00 |
ExprConstant.cpp
|
Minor simplification.
|
2009-06-04 20:23:20 +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
|
Build system changes to use TableGen to generate the various
|
2009-03-16 23:06:59 +00:00 |
NestedNameSpecifier.cpp
|
Create a new PrintingPolicy class, which we pass down through the AST
|
2009-05-29 20:38:28 +00:00 |
ParentMap.cpp
|
Add ParentMap:getParentIgnoreParens().
|
2009-05-11 19:49:27 +00:00 |
Stmt.cpp
|
Simplify printing of the statistics for types.
|
2009-05-26 14:40:08 +00:00 |
StmtDumper.cpp
|
Create a new PrintingPolicy class, which we pass down through the AST
|
2009-05-29 20:38:28 +00:00 |
StmtIterator.cpp
|
When evaluating a VarDecl as a constant or determining whether it is
|
2009-05-26 18:54:04 +00:00 |
StmtPrinter.cpp
|
Add a CXXBindTemporaryExpr.
|
2009-05-30 20:03:25 +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 |
TemplateName.cpp
|
Create a new PrintingPolicy class, which we pass down through the AST
|
2009-05-29 20:38:28 +00:00 |
Type.cpp
|
Eliminate a warning
|
2009-06-04 05:28:55 +00:00 |