|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Added a field to BlockDeclRefExpr for future use. | Fariborz Jahanian | 2010-06-04 | 1 | -0/+1 | 
| * | Implement semantic analysis and an AST representation for the named | Douglas Gregor | 2010-05-15 | 1 | -0/+1 | 
| * | Recognize when the named return value optimization applies in a | Douglas Gregor | 2010-05-15 | 1 | -0/+1 | 
| * | pch'ify CXXNewExpr and CXXZeroInitValueExpr | Chris Lattner | 2010-05-10 | 1 | -2/+38 | 
| * | pchify CXXTemporary, CXXBindTemporaryExpr, and | Chris Lattner | 2010-05-10 | 1 | -2/+26 | 
| * | pch'ify default argument definitions and uses. | Chris Lattner | 2010-05-09 | 1 | -0/+15 | 
| * | pch'ify 'this' and 'throw' | Chris Lattner | 2010-05-09 | 1 | -0/+16 | 
| * | pch'ify typeid. | Chris Lattner | 2010-05-09 | 1 | -0/+13 | 
| * | pchify CXXMemberCallExpr correctly.  Before it would serialize | Chris Lattner | 2010-05-09 | 1 | -0/+6 | 
| * | Teach __builtin_offsetof to compute the offsets of members of base | Douglas Gregor | 2010-04-29 | 1 | -0/+5 | 
| * | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 1 | -0/+32 | 
| * | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -3/+6 | 
| * | Overhaul the AST representation of Objective-C message send | Douglas Gregor | 2010-04-21 | 1 | -10/+25 | 
| * | Keep proper source location information for the type in an Objective-C | Douglas Gregor | 2010-04-20 | 1 | -1/+1 | 
| * | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor | 2010-03-08 | 1 | -2/+3 | 
| * | Roll r95513 back in. | Sam Weinig | 2010-02-07 | 1 | -0/+15 | 
| * | Roll out r95513, it seems to have broken self hosting. | Sam Weinig | 2010-02-07 | 1 | -15/+0 | 
| * | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. | Sam Weinig | 2010-02-07 | 1 | -0/+15 | 
| * | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson | 2010-01-30 | 1 | -3/+3 | 
| * | Preserve type source information in compound literal expressions. | John McCall | 2010-01-18 | 1 | -0/+1 | 
| * | Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast... | Sam Weinig | 2010-01-16 | 1 | -0/+38 | 
| * | Preserve type source information in explicit cast expressions. | John McCall | 2010-01-15 | 1 | -1/+1 | 
| * | Remember if the AsmStmt came from Microsoft-style inline assembly code. | Mike Stump | 2010-01-04 | 1 | -0/+1 | 
| * | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -0/+1 | 
| * | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -0/+1 | 
| * | DeclaratorInfo -> TypeSourceInfo.  Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -1/+1 | 
| * | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -0/+1 | 
| * | Clean up the AST for while loops and fix several problems with | Douglas Gregor | 2009-11-24 | 1 | -0/+1 | 
| * | Explicitly store the condition variable within switch statements, and | Douglas Gregor | 2009-11-24 | 1 | -0/+1 | 
| * | Explicitly track the condition variable within an "if" statement, | Douglas Gregor | 2009-11-23 | 1 | -0/+1 | 
| * | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall | 2009-11-04 | 1 | -1/+1 | 
| * | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -0/+2 | 
| * | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor | 2009-09-09 | 1 | -0/+12 | 
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -26/+26 | 
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -0/+1 | 
| * | Remember to write the qualifier of a MemberExpr to the PCH file when we get t... | Douglas Gregor | 2009-08-31 | 1 | -0/+1 | 
| * | Source location information for ? and : in a ConditionalOperator, from Enea Z... | Douglas Gregor | 2009-08-26 | 1 | -0/+2 | 
| * | normalize the CharacterLiteral::getLocation method name, patch | Chris Lattner | 2009-08-24 | 1 | -1/+1 | 
| * | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -4/+4 | 
| * | Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr | Fariborz Jahanian | 2009-08-18 | 1 | -2/+2 | 
| * | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -2/+4 | 
| * | Add a CastKind enum to CastExpr. Right now it's not used for much but it will... | Anders Carlsson | 2009-07-31 | 1 | -0/+1 | 
| * | Allow front-end 'isa' access on object's of type 'id'. | Steve Naroff | 2009-07-24 | 1 | -0/+9 | 
| * | Read/write a CXXOperatorCallExpr from/to PCH files. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -0/+13 | 
| * | Fix PR 4489, a PCH crash during de-serialization. | Douglas Gregor | 2009-07-01 | 1 | -1/+0 | 
| * | Added writing and reading of the ConstQualAdded flag of | Fariborz Jahanian | 2009-06-20 | 1 | -0/+1 | 
| * | add the location of the ')' in a do/while statement to DoStmt. | Chris Lattner | 2009-06-12 | 1 | -1/+1 | 
| * | Template instantiation for IndirectGotoStmt. Now my life is complete. | Douglas Gregor | 2009-05-16 | 1 | -0/+1 | 
| * | Template instantiation for switch statements | Douglas Gregor | 2009-05-15 | 1 | -0/+3 | 
| * | Template instantiation for "for" loops | Douglas Gregor | 2009-05-15 | 1 | -0/+2 |