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