aboutsummaryrefslogtreecommitdiff
path: root/AST/TypeSerialization.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-06fix typosGabor Greif
2008-02-20Alternate address spaces work:Chris Lattner
2008-02-15Split out incomplete arrays from VariableArrayType into Eli Friedman
2008-02-04Add experimental support for address space qualified types. Address spaceChristopher Lamb
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-17Patch to implemented objective-c's dynamic object pointer qualified withFariborz Jahanian
2007-11-14Fixed bug when serializing QualTypes where we were serializing in theTed Kremenek
2007-11-14Added QualType::ReadBackpatch to allow QualType initialization withTed Kremenek
2007-11-14Removed assertion inserted only for temporary debugging.Ted Kremenek
2007-11-14Added missing break statement.Ted Kremenek
2007-11-14Implemented serialization of RecordDecls. Changed serialization of TagType toTed Kremenek
2007-11-14Implemented serialization of FunctionTypeNoProto.Ted Kremenek
2007-11-14Implemented serialization of VariableArrayTypes.Ted Kremenek
2007-11-14Implemented serialization of TypedefType.Ted Kremenek
2007-11-14Implemented serialization of ConstantArrayType.Ted Kremenek
2007-11-14Implemented serialization of TagTypes.Ted Kremenek
2007-11-13Rewrote type serialization to used the same methodology as we do for Decls.Ted Kremenek
2007-11-13Renamed all serialization "Materialize" methods to "Create" to conform withTed Kremenek
2007-11-06QualType deserialization now requires that the underlying pointer typeTed Kremenek
2007-10-31Adjusted QualType deserialization to reflect updated deserialization API.Ted Kremenek
2007-10-31Implemented serialization of Variable Array Types (VLAs).Ted Kremenek
2007-10-28Implemented serialization for TypedefType.Ted Kremenek
2007-10-28Implemented serialization of FunctionTypeProto.Ted Kremenek
2007-10-27Implemented serialization of FunctionTypeNoProto.Ted Kremenek
2007-10-27Implemented serialization for VectorType.Ted Kremenek
2007-10-26More work on type serialization: added support for serializing BuiltinTypes.Ted Kremenek
2007-10-26Completed serialization of ConstantArrayTypes (now that APInt serialization i...Ted Kremenek
2007-10-26Added skeleton implementation of serialization for types (not complete).Ted Kremenek