.. |
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
|
Get rid of CXXTempVarDecl.
|
2009-05-30 21:10:34 +00:00 |
DeclCXX.cpp
|
Get rid of CXXTempVarDecl.
|
2009-05-30 21:10:34 +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
|
AST printing for C++ base classes
|
2009-05-30 06:58:37 +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
|
Clean up the newly added C++ AST nodes.
|
2009-05-30 22:38:53 +00:00 |
ExprConstant.cpp
|
Some small fixes for fields of reference type.
|
2009-05-30 21:09:44 +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
|
Expose an API to print a group of decls (like "int a,b;").
|
2009-05-30 04:20:30 +00:00 |