summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct pretty printing of array new expressions.Sebastian Redl2008-12-021-4/+9
* Handle new by passing the Declaration to the Action, not a processed type.Sebastian Redl2008-12-021-0/+3
* Implement the GNU __null extensionDouglas Gregor2008-11-291-0/+4
* Migrate some stuff from NamedDecl::getName() to Chris Lattner2008-11-241-12/+12
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-1/+1
* New AST node to access "implicit" setter/getter using property dor syntax.Fariborz Jahanian2008-11-221-0/+8
* Implementation of new and delete parsing and sema.Sebastian Redl2008-11-211-0/+43
* Add a new expression node, CXXOperatorCallExpr, which expresses aDouglas Gregor2008-11-141-0/+43
* Don't require us to manually number the statements and expressions in StmtNod...Douglas Gregor2008-11-141-1/+1
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-6/+9
* Implement C++ 'typeid' parsing and sema.Sebastian Redl2008-11-111-0/+10
* Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'....Douglas Gregor2008-11-041-3/+4
* Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary ...Douglas Gregor2008-11-041-0/+4
* Rename ExplicitCCastExpr to CStyleCastExprDouglas Gregor2008-10-281-1/+1
* Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor2008-10-271-4/+23
* - Add BlockDecl AST node.Steve Naroff2008-10-081-6/+7
* Added PrintRawDeclStmt; use this method to print out DeclStmt instead of usin...Ted Kremenek2008-10-061-5/+19
* Remove BlockStmtExpr. Steve Naroff2008-09-171-6/+1
* Remove support for BlockExprExpr. For example...Steve Naroff2008-09-161-5/+0
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-6/+7
* Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declara...Argyrios Kyrtzidis2008-09-091-0/+5
* Add semantic analysis for "blocks". Steve Naroff2008-09-031-0/+40
* Add support for C++'s "type-specifier ( expression-list )" expression:Argyrios Kyrtzidis2008-08-221-0/+11
* Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...Argyrios Kyrtzidis2008-08-181-1/+4
* More #include cleaningDaniel Dunbar2008-08-111-5/+0
* Cleanup ObjCSuperRefExpr (remove last usage and AST node:-).Steve Naroff2008-08-101-4/+0
* rename PreDefinedExpr -> PredefinedExprChris Lattner2008-08-101-5/+5
* change more instances of QualType::getCanonicalType to callChris Lattner2008-07-261-1/+1
OpenPOWER on IntegriCloud