summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall2009-11-041-1/+1
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-0/+2
* Improve handling of initialization by constructor, by ensuring thatDouglas Gregor2009-09-091-0/+12
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-26/+26
* Preliminary AST representation and semantic analysis forDouglas Gregor2009-09-011-0/+1
* Remember to write the qualifier of a MemberExpr to the PCH file when we get t...Douglas Gregor2009-08-311-0/+1
* Source location information for ? and : in a ConditionalOperator, from Enea Z...Douglas Gregor2009-08-261-0/+2
* normalize the CharacterLiteral::getLocation method name, patch Chris Lattner2009-08-241-1/+1
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-4/+4
* Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian2009-08-181-2/+2
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-2/+4
* Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson2009-07-311-0/+1
* Allow front-end 'isa' access on object's of type 'id'.Steve Naroff2009-07-241-0/+9
* Read/write a CXXOperatorCallExpr from/to PCH files.Argyrios Kyrtzidis2009-07-141-0/+13
* Fix PR 4489, a PCH crash during de-serialization.Douglas Gregor2009-07-011-1/+0
* Added writing and reading of the ConstQualAdded flag ofFariborz Jahanian2009-06-201-0/+1
* add the location of the ')' in a do/while statement to DoStmt.Chris Lattner2009-06-121-1/+1
* Template instantiation for IndirectGotoStmt. Now my life is complete.Douglas Gregor2009-05-161-0/+1
* Template instantiation for switch statementsDouglas Gregor2009-05-151-0/+3
* Template instantiation for "for" loopsDouglas Gregor2009-05-151-0/+2
* Template instantiation for do-while statements.Douglas Gregor2009-05-151-0/+1
* Template instantiation for "if" statements. Also:Douglas Gregor2009-05-151-0/+1
* split expr/stmt writing out to PCHWriterStmt.cppChris Lattner2009-04-271-0/+821
OpenPOWER on IntegriCloud