aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/StmtDumper.cpp
AgeCommit message (Expand)Author
2009-11-14When dumping implicit cast exprs, print out whether the cast is an lvalue cas...Anders Carlsson
2009-10-18Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-03Add CastExpr::getCastKindName and use it in the StmtDumper.Anders Carlsson
2009-09-01Add a CK_FunctionToPointerDecay cast kind.Anders Carlsson
2009-08-28path to ir-gen 12.3.1 Conversion by constructorFariborz Jahanian
2009-08-26More work for conversion functions.Mike Stump
2009-08-22Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make...Anders Carlsson
2009-08-20Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
2009-08-14Fix spacingAnders Carlsson
2009-08-12Add some information about temporaries to the statement dumper.Anders Carlsson
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-05-29Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor
2009-04-14Audit __private_extern__ handling.Daniel Dunbar
2009-03-29simplifyChris Lattner
2009-03-28Change compound assignment operators to keep track of both the promoted Eli Friedman
2009-02-03Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor
2009-01-27Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner
2008-12-24Correct the order in which we cope with end-of-class-definitionDouglas Gregor
2008-11-24Migrate some stuff from NamedDecl::getName() to Chris Lattner
2008-11-24Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner
2008-11-24Rename Selector::getName() to Selector::getAsString(), and addChris Lattner
2008-11-22New AST node to access "implicit" setter/getter using property dor syntax.Fariborz Jahanian
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor
2008-11-11Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl
2008-11-04Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'....Douglas Gregor
2008-10-27Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor
2008-10-15Simplify handling of struct/union/class tags.Argyrios Kyrtzidis
2008-10-06Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will s...Ted Kremenek
2008-09-03Fix ObjCPropertRefExpr to be able to encode all the information forDaniel Dunbar
2008-08-30Add Objective-C property setter support.Daniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-10rename PreDefinedExpr -> PredefinedExprChris Lattner
2008-07-26fix an extraneous blank line in -ast-dump output.Chris Lattner
2008-06-21remove dead enums.Chris Lattner
2008-06-21Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner
2008-06-09Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses.Argyrios Kyrtzidis
2008-06-07Fix ast dumping to work with long double literals, e.g. we dump:Chris Lattner
2008-05-23Minor tweak to -ast-dump for ivars.Steve Naroff
2008-05-23Tweak AST dumper for ObjC ivars.Steve Naroff
2008-05-01Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname...Ted Kremenek
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-04-16Remove uses of "Selector&" and "const Selector&", since Selector is just anTed Kremenek
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-02print cvr qualifiers on simplified typedefsChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner