| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Let StmtDumper.cpp handle using declarations. | Sebastian Redl | 2010-05-04 | 1 | -0/+7 | 
| *  | Make the static type of the exception variable in an Objective-C | Douglas Gregor | 2010-04-26 | 1 | -1/+1 | 
| *  | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson | 2010-04-24 | 1 | -2/+30 | 
| *  | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -0/+11 | 
| *  | Overhaul the AST representation of Objective-C message send | Douglas Gregor | 2010-04-21 | 1 | -2/+17 | 
| *  | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -9/+7 | 
| *  | Dump the constructor type for a CXXConstructExpr. | John McCall | 2010-02-02 | 1 | -0/+2 | 
| *  | StmtDumper::VisitUnresolvedLookupExpr | John McCall | 2009-12-11 | 1 | -0/+14 | 
| *  | Convert StmtDumper to raw_ostream. I forget why. | Daniel Dunbar | 2009-12-03 | 1 | -129/+121 | 
| *  | Remove VISIBILITY_HIDDEN from lib/AST. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 | 
| *  | When dumping implicit cast exprs, print out whether the cast is an lvalue cas... | Anders Carlsson | 2009-11-14 | 1 | -0/+7 | 
| *  | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -4/+4 | 
| *  | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -6/+3 | 
| *  | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -33/+33 | 
| *  | Add CastExpr::getCastKindName and use it in the StmtDumper. | Anders Carlsson | 2009-09-03 | 1 | -41/+4 | 
| *  | Add a CK_FunctionToPointerDecay cast kind. | Anders Carlsson | 2009-09-01 | 1 | -0/+3 | 
| *  | path to ir-gen 12.3.1 Conversion by constructor | Fariborz Jahanian | 2009-08-28 | 1 | -0/+3 | 
| *  | More work for conversion functions. | Mike Stump | 2009-08-26 | 1 | -0/+3 | 
| *  | Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make... | Anders Carlsson | 2009-08-22 | 1 | -11/+46 | 
| *  | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -4/+4 | 
| *  | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -2/+4 | 
| *  | Fix spacing | Anders Carlsson | 2009-08-14 | 1 | -1/+1 | 
| *  | Add some information about temporaries to the statement dumper. | Anders Carlsson | 2009-08-12 | 1 | -0/+31 | 
| *  | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 1 | -2/+2 | 
| *  | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor | 2009-05-29 | 1 | -1/+4 | 
| *  | Audit __private_extern__ handling. | Daniel Dunbar | 2009-04-14 | 1 | -8/+3 | 
| *  | simplify | Chris Lattner | 2009-03-29 | 1 | -1/+1 | 
| *  | Change compound assignment operators to keep track of both the promoted  | Eli Friedman | 2009-03-28 | 1 | -2/+4 | 
| *  | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 1 | -0/+9 | 
| *  | Introduce a new PresumedLoc class to represent the concept of a location | Chris Lattner | 2009-01-27 | 1 | -11/+16 | 
| *  | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -1/+1 | 
| *  | Change some terminology in SourceLocation: instead of referring to  | Chris Lattner | 2009-01-16 | 1 | -6/+7 | 
| *  | Correct the order in which we cope with end-of-class-definition | Douglas Gregor | 2008-12-24 | 1 | -6/+8 | 
| *  | Migrate some stuff from NamedDecl::getName() to  | Chris Lattner | 2008-11-24 | 1 | -2/+2 | 
| *  | Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it | Chris Lattner | 2008-11-24 | 1 | -5/+4 | 
| *  | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner | 2008-11-24 | 1 | -6/+5 | 
| *  | New AST node to access "implicit" setter/getter using property dor syntax. | Fariborz Jahanian | 2008-11-22 | 1 | -10/+13 | 
| *  | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -6/+10 | 
| *  | Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr... | Sebastian Redl | 2008-11-11 | 1 | -3/+4 | 
| *  | Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'.... | Douglas Gregor | 2008-11-04 | 1 | -2/+13 | 
| *  | Refactor the expression class hierarchy for casts. Most importantly: | Douglas Gregor | 2008-10-27 | 1 | -3/+11 | 
| *  | Simplify handling of struct/union/class tags. | Argyrios Kyrtzidis | 2008-10-15 | 1 | -6/+2 | 
| *  | Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will s... | Ted Kremenek | 2008-10-06 | 1 | -1/+3 | 
| *  | Fix ObjCPropertRefExpr to be able to encode all the information for | Daniel Dunbar | 2008-09-03 | 1 | -5/+8 | 
| *  | Add Objective-C property setter support. | Daniel Dunbar | 2008-08-30 | 1 | -0/+13 | 
| *  | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -3/+0 | 
| *  | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 1 | -6/+6 | 
| *  | fix an extraneous blank line in -ast-dump output. | Chris Lattner | 2008-07-26 | 1 | -1/+1 | 
| *  | remove dead enums. | Chris Lattner | 2008-06-21 | 1 | -2/+0 | 
| *  | Switch 'super' from being a weird cast thing to being a predefined expr node. | Chris Lattner | 2008-06-21 | 1 | -11/+7 |