aboutsummaryrefslogtreecommitdiff
path: root/AST/StmtSerialization.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-13improve DeclStmt to be able to store SourceRange info correctly.Chris Lattner
2008-02-23Minor code cleanup.Eli Friedman
2008-02-23Patch from Argiris Kirtzidis:Ted Kremenek
2008-02-06Minor reordering of the serialization of the fields of MemberExpr to resultTed Kremenek
2008-02-06Make sure to propagate qualifiers through the member operator.Eli Friedman
2008-02-05Handle simple asm statements correctly.Anders Carlsson
2008-02-01For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the ne...Ted Kremenek
2008-01-29Rewriting of @synchronized. This has one FIXME in it. But this should allow @...Fariborz Jahanian
2008-01-29- Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create().Ted Kremenek
2008-01-29AST for @synchronized.Fariborz Jahanian
2008-01-14When serializing CompoundLiteralExpr, serialize out the file scope flag beforeTed Kremenek
2008-01-14Record if a compound literal expression is @ file scope. This allows us to im...Steve Naroff
2008-01-10Allow messaging expression as foreach's collection expression.Fariborz Jahanian
2008-01-07Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek
2008-01-07Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointersTed Kremenek
2008-01-05Moved serialization code for ObjcForCollectionStmt to be in alphabetical orderTed Kremenek
2008-01-04Minor changes as suggested by Chris L.Fariborz Jahanian
2008-01-02New declarations/defs for Objc2's foreach-statement. This is work in progress.Fariborz Jahanian
2008-01-02Compute the proper sourcerange for an CompoundLiteralExpr.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-05Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr.Ted Kremenek
2007-12-04Implemented serialization of ObjCStringLiteral.Ted Kremenek
2007-12-04Implemented serialization for ObjcAtThrowStmt.Ted Kremenek
2007-12-04Implemented serialization of ObjcAtTryStmt.Ted Kremenek
2007-12-04Implemented serialization for ObjcAtFinallyStmt.Ted Kremenek
2007-12-04Implemented serialization for ObjcAtCatchStmt.Ted Kremenek
2007-11-29Added "isExact" field to FloatingLiteral. This flag indicates whether or notTed Kremenek
2007-11-23Keep track of whether the asm is volatile or not.Anders Carlsson
2007-11-22Store output and input operands as well as clobber information in the AsmStmt...Anders Carlsson
2007-11-20Store inline asm code in the AST.Anders Carlsson
2007-11-16Added assertion in serialization of DeclRefExprs. DeclRefExprs can onlyTed Kremenek
2007-11-15Added hack when serializing DeclRefExprs. This should probably be fixed.Ted Kremenek
2007-11-15Started separate section for method definitions for ObjC serialization.Ted Kremenek
2007-11-14Implemented serialization of InitListExpr.Ted Kremenek
2007-11-14Implemented serialization of CompoundLiteralExpr.Ted Kremenek
2007-11-13Implemented serialization of AsmStmt (or rather what is currently implementedTed Kremenek
2007-11-13Implemented serialization for SizeOfAlignOfTypeExpr.Ted Kremenek
2007-11-13Implemented serialization for MemberExpr.Ted Kremenek
2007-11-13Renamed all serialization "Materialize" methods to "Create" to conform withTed Kremenek
2007-11-12In Stmt serialization, renamed directEmit to EmitImpl andTed Kremenek
2007-11-12Implement instance variable references.Steve Naroff
2007-11-08Implemented serialization of AddrLabelExpr.Ted Kremenek
2007-11-08Revised serialization of CaseStmt to emit all of the owned pointers (itsTed Kremenek
2007-11-08Implemented serialization of CompoundAssignOperator.Ted Kremenek
2007-11-08Implemented serialization of UnaryOperator.Ted Kremenek
2007-11-07Implemented serialization of CallExpr.Ted Kremenek
2007-11-07Implemented serialization of ArraySubscriptExpr.Ted Kremenek
2007-11-07Implemented serialization of CastExpr.Ted Kremenek
2007-11-07Implemented serialization of ImplicitCastExpr.Ted Kremenek