summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrate some stuff from NamedDecl::getName() to Chris Lattner2008-11-241-2/+2
* Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner2008-11-241-5/+4
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-6/+5
* New AST node to access "implicit" setter/getter using property dor syntax.Fariborz Jahanian2008-11-221-10/+13
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-6/+10
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-3/+4
* Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'....Douglas Gregor2008-11-041-2/+13
* Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor2008-10-271-3/+11
* Simplify handling of struct/union/class tags.Argyrios Kyrtzidis2008-10-151-6/+2
* Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will s...Ted Kremenek2008-10-061-1/+3
* Fix ObjCPropertRefExpr to be able to encode all the information forDaniel Dunbar2008-09-031-5/+8
* Add Objective-C property setter support.Daniel Dunbar2008-08-301-0/+13
* More #include cleaningDaniel Dunbar2008-08-111-3/+0
* rename PreDefinedExpr -> PredefinedExprChris Lattner2008-08-101-6/+6
* fix an extraneous blank line in -ast-dump output.Chris Lattner2008-07-261-1/+1
* remove dead enums.Chris Lattner2008-06-211-2/+0
* Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner2008-06-211-11/+7
* Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses.Argyrios Kyrtzidis2008-06-091-0/+3
* Fix ast dumping to work with long double literals, e.g. we dump:Chris Lattner2008-06-071-1/+1
* Minor tweak to -ast-dump for ivars.Steve Naroff2008-05-231-0/+2
* Tweak AST dumper for ObjC ivars.Steve Naroff2008-05-231-3/+3
* Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname...Ted Kremenek2008-05-011-0/+2
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-2/+2
* Remove uses of "Selector&" and "const Selector&", since Selector is just anTed Kremenek2008-04-161-1/+1
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-2/+1
* print cvr qualifiers on simplified typedefsChris Lattner2008-04-021-2/+5
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+486
OpenPOWER on IntegriCloud