aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/StmtDumper.cpp
AgeCommit message (Expand)Author
2012-05-10When AST-dumping the ObjCBoxedExpr node, also print out what selector it chose.Argyrios Kyrtzidis
2012-03-30Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Fix the dumping of BlockExprs.John McCall
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-22Generate an AST for the conversion from a lambda closure type to aDouglas Gregor
2012-02-07Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer
2011-11-10There's no good reason to track temporaries in ExprWithCleanups,John McCall
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-11-03In the AST dump, add a space between the type and value for CharacterLiteral.Richard Trieu
2011-10-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-02Make StmtDumper::VisitCXXFunctionalCastExpr dump the attached cast kind. Fix...Eli Friedman
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-05-01Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-03-16Support for printing/dumping static assertsPeter Collingbourne
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2011-02-25Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor
2011-02-18implement basic support for __label__. I wouldn't be shocked if there areChris Lattner
2011-02-17Change the representation of GNU ?: expressions to use a different expressionJohn McCall
2011-02-13Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall
2011-02-07A few more tweaks to the blocks AST representation: John McCall
2010-12-22Complain on missing property getter method onlyFariborz Jahanian
2010-12-10It's kindof silly that ExtQuals has an ASTContext&, and we can use thatJohn McCall
2010-12-08Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet
2010-12-06Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall
2010-12-02Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall
2010-11-18Calculate the value kind of an expression when it's created andJohn McCall
2010-11-12Make sure to always check the result ofDouglas Gregor
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-08-31AST work to support [C++] [IRgen] for ?: with missing LHSFariborz Jahanian
2010-08-26De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall
2010-08-25More incremental progress towards not including Expr.h in Sema.h.John McCall
2010-08-17Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer
2010-08-09Revert the dump functions to send output to llvm::errs(), matching the LLVM c...Argyrios Kyrtzidis
2010-08-07Note that a CXXConstructExpr is zeroing when dumping it.John McCall
2010-08-07Store inheritance paths after CastExprs instead of inside them.John McCall
2010-08-03Send AST dumping/printing to stdout instead of stderr.Argyrios Kyrtzidis
2010-07-20Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl
2010-05-25make -ast-dump print something like this for declstmts:Chris Lattner
2010-05-04Let StmtDumper.cpp handle using declarations.Sebastian Redl
2010-04-26Make the static type of the exception variable in an Objective-CDouglas Gregor
2010-04-24Actually produce base paths for CastExprs of kind CK_DerivedToBase.Anders Carlsson
2010-04-23Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor
2010-04-21Overhaul the AST representation of Objective-C message sendDouglas Gregor
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-02-02Dump the constructor type for a CXXConstructExpr.John McCall
2009-12-11StmtDumper::VisitUnresolvedLookupExprJohn McCall