Age | Commit message (Expand) | Author |
2009-07-24 | Allow front-end 'isa' access on object's of type 'id'. | Steve Naroff |
2009-07-14 | In Stmt::printPretty(), pass the SourceManager to dump(). | Argyrios Kyrtzidis |
2009-06-30 | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor |
2009-06-30 | Remove the ASTContext parameter from the printing related methods of Decl. | Argyrios Kyrtzidis |
2009-06-30 | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner |
2009-06-14 | PR4391: Tweak -ast-print output to generate valid output for edge cases | Eli Friedman |
2009-05-30 | Add a CXXBindTemporaryExpr. | Anders Carlsson |
2009-05-30 | Pass an ASTContext into Stmt::printPretty. | Eli Friedman |
2009-05-30 | Add a Stmt::printPretty overload which takes an ASTContext; start | Eli Friedman |
2009-05-30 | Expose an API to print a group of decls (like "int a,b;"). | Eli Friedman |
2009-05-30 | Fix some test failures involving -ast-print. | Eli Friedman |
2009-05-30 | Clean up printing for Objective-C, designated initializers. | Douglas Gregor |
2009-05-30 | Some enhancements to DeclStmt printing. Some of this should | Eli Friedman |
2009-05-30 | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-05-22 | Representation of and template instantiation for member | Douglas Gregor |
2009-05-20 | Introduce a new expression type, CXXUnresolvedConstructExpr, to | Douglas Gregor |
2009-05-17 | A couple of tweaks to make -ast-print produce code that's closer to | Eli Friedman |
2009-05-10 | Implement C++0x nullptr. | Sebastian Redl |
2009-05-01 | Get rid of CXXDestroyExpr. | Anders Carlsson |
2009-05-01 | Rename CXXExprWithCleanup to CXXExprWithTemporaries. | Anders Carlsson |
2009-04-24 | Add CXXExprWithCleanup | Anders Carlsson |
2009-04-23 | Add a CXXConstructExpr that represents an implicit call to a C++ constructor.... | Anders Carlsson |
2009-04-21 | Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl. | Anders Carlsson |
2009-04-14 | Audit __private_extern__ handling. | Daniel Dunbar |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-03-31 | Some cleanup and renaming. No functionality change | Douglas Gregor |
2009-03-26 | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor |
2009-03-19 | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor |
2009-03-19 | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor |
2009-03-10 | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar |
2009-03-10 | add some helper methods to AsmStmt and add some comments. | Chris Lattner |
2009-03-03 | Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel... | Steve Naroff |
2009-02-27 | Change the AST generated for offsetof a bit so that it looks like a | Eli Friedman |
2009-02-26 | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor |
2009-02-18 | rip out __builtin_overload | Chris Lattner |
2009-02-10 | Add private extern to pretty printer(s). | Mike Stump |
2009-02-10 | Fixup -ast-print so that: | Mike Stump |
2009-02-07 | Fix pretty-printing of if conditions. Patch by Ben Lickly. | Sebastian Redl |
2009-02-04 | Fix our semantic analysis of | Douglas Gregor |
2009-01-29 | Introduce a new expression node, ImplicitValueInitExpr, that | Douglas Gregor |
2009-01-28 | Code generation support for C99 designated initializers. | Douglas Gregor |
2009-01-22 | Initial implementation of semantic analysis and ASTs for C99 | Douglas Gregor |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2009-01-16 | make ast-print handle random non-printable characters correctly with octal es... | Chris Lattner |
2009-01-16 | Part one of handling C++ functional casts. This handles semantic | Douglas Gregor |
2009-01-08 | Revert my previous, failed attempt to pretty-print anonymous struct/union acc... | Douglas Gregor |
2009-01-07 | Fix printing of member references to avoid displaying implicitly-generated me... | Douglas Gregor |
2009-01-06 | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor |
2009-01-05 | PODness and Type Traits | Sebastian Redl |