summaryrefslogtreecommitdiffstats
path: root/clang/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pretty print as:Chris Lattner2007-08-231-1/+14
* Parse @encode expressions.Anders Carlsson2007-08-221-0/+5
* Implement parsing and code generation of Objective-C string literals.Anders Carlsson2007-08-211-0/+6
* Switch StmtVisitor from using dynamic to static dispatch. This makes it Chris Lattner2007-08-211-7/+7
* Modified ArraySubscriptExpr to have accessors getLHS and getRHS in additionTed Kremenek2007-08-201-2/+2
* move a switch to common code.Chris Lattner2007-08-091-10/+1
* add a new AST dumper interface (E->dump()). This dumps outChris Lattner2007-08-081-4/+5
* Implement codegen for __builtin_choose_expr. For example:Chris Lattner2007-08-041-2/+2
* Implement __builtin_choose_expr.Steve Naroff2007-08-031-0/+9
* Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElement...Chris Lattner2007-08-031-2/+2
* Add AST/Sema support for __builtin_types_compatible_p (a GNU extension).Steve Naroff2007-08-011-0/+6
* Print floating point literal values better.Chris Lattner2007-08-011-2/+2
* Added a new expression, OCUVectorComponent.Steve Naroff2007-07-281-0/+5
* implement ast building and trivial semantic analysis of stmt exprs.Chris Lattner2007-07-241-1/+7
* Refactor switch analysis to make it possible to detect duplicate case valuesAnders Carlsson2007-07-221-0/+4
* Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__Anders Carlsson2007-07-211-0/+16
* Finish fixing crasher with compound literals.Steve Naroff2007-07-191-0/+4
* Remove an extraneous QualType from CastExpr, it's type is alwaysChris Lattner2007-07-151-1/+1
* Improve char literal pretty printing, patch by Keith Bauer!Chris Lattner2007-07-131-6/+43
* More changes related to implementing ImplicitCastExpr.Steve Naroff2007-07-131-1/+2
* Add (explicit) AST support for implicit casts. This should simplify the Steve Naroff2007-07-131-0/+3
* "Codegen for Character Literals and Conditional OperatorChris Lattner2007-07-131-2/+9
* remember the initializer for a variable in the AST and teach theChris Lattner2007-07-121-1/+7
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-1/+1
* Pretty print if/else/elseif chains nicer, like this:Chris Lattner2007-06-111-4/+13
* Finally break down and chain together decls that are defined with common decl...Chris Lattner2007-06-091-3/+5
* Various improvements to the tree printer, including printing decls in for stm...Chris Lattner2007-06-051-25/+39
* Pretty print storage classes for vardecls.Chris Lattner2007-06-021-1/+14
* Generalize this to support printing any valuedecl, e.g. function definitions.Chris Lattner2007-06-021-6/+8
* more minor improvements to pretty printer.Chris Lattner2007-05-311-24/+5
* add some ;'sChris Lattner2007-05-311-5/+5
* fix a small printer bug, to emit:Chris Lattner2007-05-311-0/+1
* pretty print exprs in stmt contexts with a trailing semicolon.Chris Lattner2007-05-301-1/+1
* Bug #:Steve Naroff2007-05-301-1/+2
* Don't print billions of spaces for a label with no indent.Chris Lattner2007-05-291-1/+1
* Bug #:Steve Naroff2007-05-291-0/+12
* implement full sema support for the GCC address-of-label extension.Chris Lattner2007-05-281-22/+32
* Change GotoStmt's to have a pointer to the LabelStmt instead of a pointer toChris Lattner2007-05-281-1/+1
* Null pointers in the ast are no longer considered to be the null stmt.Chris Lattner2007-05-281-1/+1
* add a NullStmt ast node.Chris Lattner2007-05-281-0/+4
* implement printer support for C++ bool literalsChris Lattner2007-05-241-1/+1
* Implement a fixmeChris Lattner2007-05-241-3/+3
* Bug #:Bill Wendling2007-05-231-1/+1
* In the yet-another-crazy-idea department, we now print the actual *value* ofChris Lattner2007-05-211-3/+14
* pretty print switch/if stmts whose bodies are compound stmts.Chris Lattner2007-05-201-11/+45
* Pretty print labels and case stmts better. This leads to output like this:Chris Lattner2007-05-201-14/+11
* Rename type::getAsString to getAsStringInternal. Add a newChris Lattner2007-05-161-11/+3
* Bug #:Steve Naroff2007-04-261-0/+5
* More changes to complete the dynamic type support for Stmt/Expr.Steve Naroff2007-02-271-1/+6
* Batch search/replace snafu (inadvertantly changed IntegerConstant->StringLite...Steve Naroff2007-02-211-2/+2
OpenPOWER on IntegriCloud