summaryrefslogtreecommitdiffstats
path: root/clang/AST/StmtSerialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-1001/+0
* improve DeclStmt to be able to store SourceRange info correctly.Chris Lattner2008-03-131-1/+5
* Minor code cleanup.Eli Friedman2008-02-231-5/+2
* Patch from Argiris Kirtzidis:Ted Kremenek2008-02-231-1/+4
* Minor reordering of the serialization of the fields of MemberExpr to resultTed Kremenek2008-02-061-2/+2
* Make sure to propagate qualifiers through the member operator.Eli Friedman2008-02-061-1/+3
* Handle simple asm statements correctly.Anders Carlsson2008-02-051-1/+3
* For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the ne...Ted Kremenek2008-02-011-4/+1
* Rewriting of @synchronized. This has one FIXME in it. But this should allow @...Fariborz Jahanian2008-01-291-6/+4
* - Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create().Ted Kremenek2008-01-291-14/+17
* AST for @synchronized.Fariborz Jahanian2008-01-291-0/+14
* When serializing CompoundLiteralExpr, serialize out the file scope flag beforeTed Kremenek2008-01-141-2/+2
* Record if a compound literal expression is @ file scope. This allows us to im...Steve Naroff2008-01-141-1/+3
* Allow messaging expression as foreach's collection expression.Fariborz Jahanian2008-01-101-1/+3
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-25/+25
* Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointersTed Kremenek2008-01-071-6/+5
* Moved serialization code for ObjcForCollectionStmt to be in alphabetical orderTed Kremenek2008-01-051-18/+18
* Minor changes as suggested by Chris L.Fariborz Jahanian2008-01-041-3/+3
* New declarations/defs for Objc2's foreach-statement. This is work in progress.Fariborz Jahanian2008-01-021-0/+18
* Compute the proper sourcerange for an CompoundLiteralExpr.Chris Lattner2008-01-021-1/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr.Ted Kremenek2007-12-051-0/+37
* Implemented serialization of ObjCStringLiteral.Ted Kremenek2007-12-041-1/+17
* Implemented serialization for ObjcAtThrowStmt.Ted Kremenek2007-12-041-0/+14
* Implemented serialization of ObjcAtTryStmt.Ted Kremenek2007-12-041-1/+16
* Implemented serialization for ObjcAtFinallyStmt.Ted Kremenek2007-12-041-0/+14
* Implemented serialization for ObjcAtCatchStmt.Ted Kremenek2007-12-041-0/+22
* Added "isExact" field to FloatingLiteral. This flag indicates whether or notTed Kremenek2007-11-291-1/+3
* Keep track of whether the asm is volatile or not.Anders Carlsson2007-11-231-1/+3
* Store output and input operands as well as clobber information in the AsmStmt...Anders Carlsson2007-11-221-1/+50
* Store inline asm code in the AST.Anders Carlsson2007-11-201-1/+3
* Added assertion in serialization of DeclRefExprs. DeclRefExprs can onlyTed Kremenek2007-11-161-7/+12
* Added hack when serializing DeclRefExprs. This should probably be fixed.Ted Kremenek2007-11-151-5/+30
* Started separate section for method definitions for ObjC serialization.Ted Kremenek2007-11-151-13/+29
* Implemented serialization of InitListExpr.Ted Kremenek2007-11-141-1/+22
* Implemented serialization of CompoundLiteralExpr.Ted Kremenek2007-11-141-0/+14
* Implemented serialization of AsmStmt (or rather what is currently implementedTed Kremenek2007-11-131-0/+15
* Implemented serialization for SizeOfAlignOfTypeExpr.Ted Kremenek2007-11-131-0/+21
* Implemented serialization for MemberExpr.Ted Kremenek2007-11-131-0/+19
* Renamed all serialization "Materialize" methods to "Create" to conform withTed Kremenek2007-11-131-1/+1
* In Stmt serialization, renamed directEmit to EmitImpl andTed Kremenek2007-11-121-105/+105
* Implement instance variable references.Steve Naroff2007-11-121-0/+14
* Implemented serialization of AddrLabelExpr.Ted Kremenek2007-11-081-5/+56
* Revised serialization of CaseStmt to emit all of the owned pointers (itsTed Kremenek2007-11-081-7/+4
* Implemented serialization of CompoundAssignOperator.Ted Kremenek2007-11-081-0/+23
* Implemented serialization of UnaryOperator.Ted Kremenek2007-11-081-0/+18
* Implemented serialization of CallExpr.Ted Kremenek2007-11-071-1/+21
* Implemented serialization of ArraySubscriptExpr.Ted Kremenek2007-11-071-56/+75
* Implemented serialization of CastExpr.Ted Kremenek2007-11-071-0/+17
* Implemented serialization of ImplicitCastExpr.Ted Kremenek2007-11-071-0/+15
OpenPOWER on IntegriCloud