aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHWriterStmt.cpp
AgeCommit message (Expand)Author
2009-11-04Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall
2009-10-23Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor
2009-09-09Improve handling of initialization by constructor, by ensuring thatDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-01Preliminary AST representation and semantic analysis forDouglas Gregor
2009-08-31Remember to write the qualifier of a MemberExpr to the PCH file when we get t...Douglas Gregor
2009-08-26Source location information for ? and : in a ConditionalOperator, from Enea Z...Douglas Gregor
2009-08-24normalize the CharacterLiteral::getLocation method name, patch Chris Lattner
2009-08-20Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian
2009-08-18Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
2009-07-31Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson
2009-07-24Allow front-end 'isa' access on object's of type 'id'.Steve Naroff
2009-07-14Read/write a CXXOperatorCallExpr from/to PCH files.Argyrios Kyrtzidis
2009-07-01Fix PR 4489, a PCH crash during de-serialization.Douglas Gregor
2009-06-20Added writing and reading of the ConstQualAdded flag ofFariborz Jahanian
2009-06-12add the location of the ')' in a do/while statement to DoStmt.Chris Lattner
2009-05-16Template instantiation for IndirectGotoStmt. Now my life is complete.Douglas Gregor
2009-05-15Template instantiation for switch statementsDouglas Gregor
2009-05-15Template instantiation for "for" loopsDouglas Gregor
2009-05-15Template instantiation for do-while statements.Douglas Gregor
2009-05-15Template instantiation for "if" statements. Also:Douglas Gregor
2009-04-27split expr/stmt writing out to PCHWriterStmt.cppChris Lattner