summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let StmtDumper.cpp handle using declarations.Sebastian Redl2010-05-041-0/+7
* Make the static type of the exception variable in an Objective-CDouglas Gregor2010-04-261-1/+1
* Actually produce base paths for CastExprs of kind CK_DerivedToBase.Anders Carlsson2010-04-241-2/+30
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-0/+11
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-2/+17
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-9/+7
* Dump the constructor type for a CXXConstructExpr.John McCall2010-02-021-0/+2
* StmtDumper::VisitUnresolvedLookupExprJohn McCall2009-12-111-0/+14
* Convert StmtDumper to raw_ostream. I forget why.Daniel Dunbar2009-12-031-129/+121
* Remove VISIBILITY_HIDDEN from lib/AST.Benjamin Kramer2009-11-281-2/+1
* When dumping implicit cast exprs, print out whether the cast is an lvalue cas...Anders Carlsson2009-11-141-0/+7
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-4/+4
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-6/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-33/+33
* Add CastExpr::getCastKindName and use it in the StmtDumper.Anders Carlsson2009-09-031-41/+4
* Add a CK_FunctionToPointerDecay cast kind.Anders Carlsson2009-09-011-0/+3
* path to ir-gen 12.3.1 Conversion by constructorFariborz Jahanian2009-08-281-0/+3
* More work for conversion functions.Mike Stump2009-08-261-0/+3
* Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make...Anders Carlsson2009-08-221-11/+46
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-4/+4
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-2/+4
* Fix spacingAnders Carlsson2009-08-141-1/+1
* Add some information about temporaries to the statement dumper.Anders Carlsson2009-08-121-0/+31
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-2/+2
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-1/+4
* Audit __private_extern__ handling.Daniel Dunbar2009-04-141-8/+3
* simplifyChris Lattner2009-03-291-1/+1
* Change compound assignment operators to keep track of both the promoted Eli Friedman2009-03-281-2/+4
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-031-0/+9
* Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner2009-01-271-11/+16
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-1/+1
* Change some terminology in SourceLocation: instead of referring to Chris Lattner2009-01-161-6/+7
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-241-6/+8
* 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
OpenPOWER on IntegriCloud