Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dead code. | Zhongxing Xu | 2009-06-30 | 1 | -2/+0 |
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -4/+3 |
* | Remove the ASTContext parameter from the printing related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -3/+3 |
* | Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine. | Argyrios Kyrtzidis | 2009-06-17 | 1 | -4/+4 |
* | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 2009-05-30 | 1 | -637/+16 |
* | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor | 2009-05-29 | 1 | -11/+15 |
* | AST XML dump, from Olaf Krzikalla! | Douglas Gregor | 2009-05-21 | 1 | -0/+36 |
* | Move ASTConsumers.h to include/clang/Frontend, and move the associated | Eli Friedman | 2009-05-18 | 1 | -0/+1032 |