summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud