| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Alexis Hunt | 2010-05-05 | 1 | -1/+1 |
| * | Revert r103072; I accidentally ended up deleting a bunch of trailing | Alexis Hunt | 2010-05-05 | 1 | -4/+4 |
| * | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Alexis Hunt | 2010-05-05 | 1 | -4/+4 |
| * | Teach __builtin_offsetof to compute the offsets of members of base | Douglas Gregor | 2010-04-29 | 1 | -1/+5 |
| * | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 1 | -0/+30 |
| * | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -5/+2 |
| * | Overhaul the AST representation of Objective-C message send | Douglas Gregor | 2010-04-21 | 1 | -3/+15 |
| * | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -7/+7 |
| * | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor | 2010-02-25 | 1 | -1/+4 |
| * | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+4 |
| * | Fixes a rewrite bug rewriting a block call argument which has a trvial | Fariborz Jahanian | 2010-01-13 | 1 | -0/+7 |
| * | Fix a problem related to rewrite of anonymous unions. | Fariborz Jahanian | 2010-01-11 | 1 | -2/+3 |
| * | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -6/+10 |
| * | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -0/+18 |
| * | Remove VISIBILITY_HIDDEN from lib/AST. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 |
| * | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -5/+0 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -8/+10 |
| * | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -4/+4 |
| * | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall | 2009-11-19 | 1 | -2/+4 |
| * | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -7/+7 |
| * | While writing source-location entries to a PCH file, go through an | Douglas Gregor | 2009-10-16 | 1 | -1/+1 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -1/+1 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -69/+68 |
| * | Initial stab at implement dependent member references to member | Douglas Gregor | 2009-09-09 | 1 | -2/+11 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -0/+14 |
| * | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor | 2009-09-03 | 1 | -0/+2 |
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -0/+6 |
| * | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor | 2009-08-31 | 1 | -10/+3 |
| * | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor | 2009-08-31 | 1 | -1/+1 |
| * | When a member reference expression includes a qualifier on the member | Douglas Gregor | 2009-08-26 | 1 | -0/+10 |
| * | Replace cerr with errs(). | Benjamin Kramer | 2009-08-23 | 1 | -1/+0 |
| * | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -2/+2 |
| * | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -2/+5 |
| * | Take 2 on AltiVec-style vector initializers. | Nate Begeman | 2009-08-10 | 1 | -0/+9 |
| * | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar | 2009-08-10 | 1 | -9/+0 |
| * | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman | 2009-08-09 | 1 | -0/+9 |
| * | Allow front-end 'isa' access on object's of type 'id'. | Steve Naroff | 2009-07-24 | 1 | -0/+5 |
| * | In Stmt::printPretty(), pass the SourceManager to dump(). | Argyrios Kyrtzidis | 2009-07-14 | 1 | -1/+1 |
| * | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor | 2009-06-30 | 1 | -0/+12 |
| * | Remove the ASTContext parameter from the printing related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -3/+2 |
| * | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 1 | -3/+4 |
| * | PR4391: Tweak -ast-print output to generate valid output for edge cases | Eli Friedman | 2009-06-14 | 1 | -1/+7 |
| * | Add a CXXBindTemporaryExpr. | Anders Carlsson | 2009-05-30 | 1 | -0/+4 |
| * | Pass an ASTContext into Stmt::printPretty. | Eli Friedman | 2009-05-30 | 1 | -1/+1 |
| * | Add a Stmt::printPretty overload which takes an ASTContext; start | Eli Friedman | 2009-05-30 | 1 | -8/+11 |
| * | Expose an API to print a group of decls (like "int a,b;"). | Eli Friedman | 2009-05-30 | 1 | -184/+7 |
| * | Fix some test failures involving -ast-print. | Eli Friedman | 2009-05-30 | 1 | -0/+5 |
| * | Clean up printing for Objective-C, designated initializers. | Douglas Gregor | 2009-05-30 | 1 | -0/+5 |
| * | Some enhancements to DeclStmt printing. Some of this should | Eli Friedman | 2009-05-30 | 1 | -24/+141 |
| * | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 2009-05-30 | 1 | -2/+15 |