summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a CXXBindTemporaryExpr.Anders Carlsson2009-05-301-0/+4
* Pass an ASTContext into Stmt::printPretty.Eli Friedman2009-05-301-1/+1
* Add a Stmt::printPretty overload which takes an ASTContext; start Eli Friedman2009-05-301-8/+11
* Expose an API to print a group of decls (like "int a,b;"). Eli Friedman2009-05-301-184/+7
* Fix some test failures involving -ast-print.Eli Friedman2009-05-301-0/+5
* Clean up printing for Objective-C, designated initializers.Douglas Gregor2009-05-301-0/+5
* Some enhancements to DeclStmt printing. Some of this should Eli Friedman2009-05-301-24/+141
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-2/+15
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-18/+23
* Representation of and template instantiation for memberDouglas Gregor2009-05-221-0/+6
* Introduce a new expression type, CXXUnresolvedConstructExpr, toDouglas Gregor2009-05-201-0/+15
* A couple of tweaks to make -ast-print produce code that's closer to Eli Friedman2009-05-171-2/+2
* Implement C++0x nullptr.Sebastian Redl2009-05-101-0/+4
* Get rid of CXXDestroyExpr.Anders Carlsson2009-05-011-4/+0
* Rename CXXExprWithCleanup to CXXExprWithTemporaries.Anders Carlsson2009-05-011-1/+1
* Add CXXExprWithCleanupAnders Carlsson2009-04-241-0/+5
* Add a CXXConstructExpr that represents an implicit call to a C++ constructor....Anders Carlsson2009-04-231-0/+4
* Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl.Anders Carlsson2009-04-211-0/+4
* Audit __private_extern__ handling.Daniel Dunbar2009-04-141-9/+3
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-1/+5
* Some cleanup and renaming. No functionality changeDouglas Gregor2009-03-311-2/+2
* Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor2009-03-261-2/+2
* Introduce a new expression type, UnresolvedDeclRefExpr, that describesDouglas Gregor2009-03-191-0/+5
* Generalize printing of nested-name-specifier sequences for use in bothDouglas Gregor2009-03-191-20/+2
* Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar2009-03-101-3/+1
* add some helper methods to AsmStmt and add some comments.Chris Lattner2009-03-101-2/+2
* Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...Steve Naroff2009-03-031-3/+3
* Change the AST generated for offsetof a bit so that it looks like a Eli Friedman2009-02-271-1/+1
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-3/+3
* rip out __builtin_overloadChris Lattner2009-02-181-9/+0
* Add private extern to pretty printer(s).Mike Stump2009-02-101-5/+6
* Fixup -ast-print so that:Mike Stump2009-02-101-11/+26
* Fix pretty-printing of if conditions. Patch by Ben Lickly.Sebastian Redl2009-02-071-1/+2
* Fix our semantic analysis ofDouglas Gregor2009-02-041-2/+2
* Introduce a new expression node, ImplicitValueInitExpr, thatDouglas Gregor2009-01-291-0/+4
* Code generation support for C99 designated initializers.Douglas Gregor2009-01-281-3/+30
* Initial implementation of semantic analysis and ASTs for C99Douglas Gregor2009-01-221-0/+4
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-7/+3
* make ast-print handle random non-printable characters correctly with octal es...Chris Lattner2009-01-161-3/+13
* Part one of handling C++ functional casts. This handles semanticDouglas Gregor2009-01-161-0/+13
* Revert my previous, failed attempt to pretty-print anonymous struct/union acc...Douglas Gregor2009-01-081-4/+5
* Fix printing of member references to avoid displaying implicitly-generated me...Douglas Gregor2009-01-071-2/+4
* Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor2009-01-061-0/+30
* PODness and Type TraitsSebastian Redl2009-01-051-0/+26
* Full AST support and better Sema support for C++ try-catch.Sebastian Redl2008-12-221-2/+18
* Partial AST and Sema support for C++ try-catch.Sebastian Redl2008-12-221-0/+11
* Add support for calls to overloaded member functions. Things to note:Douglas Gregor2008-12-221-0/+4
* Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor2008-12-201-4/+1
* Add support for calls to dependent names within templates, e.g.,Douglas Gregor2008-12-061-0/+4
* Several things...Steve Naroff2008-12-041-1/+1
OpenPOWER on IntegriCloud