.. |
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
|
Create a new PrintingPolicy class, which we pass down through the AST
|
2009-05-29 20:38:28 +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
|
Create a new PrintingPolicy class, which we pass down through the AST
|
2009-05-29 20:38:28 +00:00 |
DeclBase.cpp
|
Introduced DeclContext::isDependentContext, which determines whether a
|
2009-05-28 16:34:51 +00:00 |
DeclCXX.cpp
|
Add code for emitting C++ destructors. Not used yet.
|
2009-05-29 21:03:38 +00:00 |
DeclGroup.cpp
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
DeclObjC.cpp
|
(Next runtime only) check to see if class implements forwardInvocation method
|
2009-05-22 17:12:32 +00:00 |
DeclPrinter.cpp
|
Clean up printing for Objective-C, designated initializers.
|
2009-05-30 00:56:08 +00:00 |
DeclTemplate.cpp
|
Encapsulate template arguments lists in a new class,
|
2009-05-11 23:53:27 +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
|
When evaluating a VarDecl as a constant or determining whether it is
|
2009-05-26 18:54:04 +00:00 |
ExprCXX.cpp
|
Representation of and template instantiation for member
|
2009-05-22 21:13:27 +00:00 |
ExprConstant.cpp
|
Improve __builtin_nanf support; we now can deal with them as constants.
|
2009-05-30 03:56:50 +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
|
Fix some test failures involving -ast-print.
|
2009-05-30 01:45: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 |
TemplateName.cpp
|
Create a new PrintingPolicy class, which we pass down through the AST
|
2009-05-29 20:38:28 +00:00 |
Type.cpp
|
Fix some test failures involving -ast-print.
|
2009-05-30 01:45:29 +00:00 |