| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Add a CXXBindTemporaryExpr. | Anders Carlsson | 2009-05-30 | 1 | -0/+4 | 
| *  | Pass an ASTContext into Stmt::printPretty. | Eli Friedman | 2009-05-30 | 1 | -1/+1 | 
| *  | Add a Stmt::printPretty overload which takes an ASTContext; start  | Eli Friedman | 2009-05-30 | 1 | -8/+11 | 
| *  | Expose an API to print a group of decls (like "int a,b;").   | Eli Friedman | 2009-05-30 | 1 | -184/+7 | 
| *  | Fix some test failures involving -ast-print. | Eli Friedman | 2009-05-30 | 1 | -0/+5 | 
| *  | Clean up printing for Objective-C, designated initializers. | Douglas Gregor | 2009-05-30 | 1 | -0/+5 | 
| *  | Some enhancements to DeclStmt printing.  Some of this should  | Eli Friedman | 2009-05-30 | 1 | -24/+141 | 
| *  | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 2009-05-30 | 1 | -2/+15 | 
| *  | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor | 2009-05-29 | 1 | -18/+23 | 
| *  | Representation of and template instantiation for member | Douglas Gregor | 2009-05-22 | 1 | -0/+6 | 
| *  | Introduce a new expression type, CXXUnresolvedConstructExpr, to | Douglas Gregor | 2009-05-20 | 1 | -0/+15 | 
| *  | A couple of tweaks to make -ast-print produce code that's closer to  | Eli Friedman | 2009-05-17 | 1 | -2/+2 | 
| *  | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -0/+4 | 
| *  | Get rid of CXXDestroyExpr. | Anders Carlsson | 2009-05-01 | 1 | -4/+0 | 
| *  | Rename CXXExprWithCleanup to CXXExprWithTemporaries. | Anders Carlsson | 2009-05-01 | 1 | -1/+1 | 
| *  | Add CXXExprWithCleanup | Anders Carlsson | 2009-04-24 | 1 | -0/+5 | 
| *  | Add a CXXConstructExpr that represents an implicit call to a C++ constructor.... | Anders Carlsson | 2009-04-23 | 1 | -0/+4 | 
| *  | Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl. | Anders Carlsson | 2009-04-21 | 1 | -0/+4 | 
| *  | Audit __private_extern__ handling. | Daniel Dunbar | 2009-04-14 | 1 | -9/+3 | 
| *  | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -1/+5 | 
| *  | Some cleanup and renaming. No functionality change | Douglas Gregor | 2009-03-31 | 1 | -2/+2 | 
| *  | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor | 2009-03-26 | 1 | -2/+2 | 
| *  | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor | 2009-03-19 | 1 | -0/+5 | 
| *  | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor | 2009-03-19 | 1 | -20/+2 | 
| *  | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar | 2009-03-10 | 1 | -3/+1 | 
| *  | add some helper methods to AsmStmt and add some comments. | Chris Lattner | 2009-03-10 | 1 | -2/+2 | 
| *  | Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel... | Steve Naroff | 2009-03-03 | 1 | -3/+3 | 
| *  | Change the AST generated for offsetof a bit so that it looks like a  | Eli Friedman | 2009-02-27 | 1 | -1/+1 | 
| *  | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -3/+3 | 
| *  | rip out __builtin_overload | Chris Lattner | 2009-02-18 | 1 | -9/+0 | 
| *  | Add private extern to pretty printer(s). | Mike Stump | 2009-02-10 | 1 | -5/+6 | 
| *  | Fixup -ast-print so that: | Mike Stump | 2009-02-10 | 1 | -11/+26 | 
| *  | Fix pretty-printing of if conditions. Patch by Ben Lickly. | Sebastian Redl | 2009-02-07 | 1 | -1/+2 | 
| *  | Fix our semantic analysis of | Douglas Gregor | 2009-02-04 | 1 | -2/+2 | 
| *  | Introduce a new expression node, ImplicitValueInitExpr, that | Douglas Gregor | 2009-01-29 | 1 | -0/+4 | 
| *  | Code generation support for C99 designated initializers. | Douglas Gregor | 2009-01-28 | 1 | -3/+30 | 
| *  | Initial implementation of semantic analysis and ASTs for C99 | Douglas Gregor | 2009-01-22 | 1 | -0/+4 | 
| *  | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -7/+3 | 
| *  | make ast-print handle random non-printable characters correctly with octal es... | Chris Lattner | 2009-01-16 | 1 | -3/+13 | 
| *  | Part one of handling C++ functional casts. This handles semantic | Douglas Gregor | 2009-01-16 | 1 | -0/+13 | 
| *  | Revert my previous, failed attempt to pretty-print anonymous struct/union acc... | Douglas Gregor | 2009-01-08 | 1 | -4/+5 | 
| *  | Fix printing of member references to avoid displaying implicitly-generated me... | Douglas Gregor | 2009-01-07 | 1 | -2/+4 | 
| *  | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 1 | -0/+30 | 
| *  | PODness and Type Traits | Sebastian Redl | 2009-01-05 | 1 | -0/+26 | 
| *  | Full AST support and better Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 1 | -2/+18 | 
| *  | Partial AST and Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 1 | -0/+11 | 
| *  | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor | 2008-12-22 | 1 | -0/+4 | 
| *  | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 1 | -4/+1 | 
| *  | Add support for calls to dependent names within templates, e.g., | Douglas Gregor | 2008-12-06 | 1 | -0/+4 | 
| *  | Several things... | Steve Naroff | 2008-12-04 | 1 | -1/+1 |