]> granicus.if.org Git - clang/history - AST/TypeSerialization.cpp
Alternate address spaces work:
[clang] / AST / TypeSerialization.cpp
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-15 Eli FriedmanSplit out incomplete arrays from VariableArrayType...
2008-02-04 Christopher LambAdd experimental support for address space qualified...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-11-14 Ted KremenekFixed bug when serializing QualTypes where we were...
2007-11-14 Ted KremenekAdded QualType::ReadBackpatch to allow QualType initial...
2007-11-14 Ted KremenekRemoved assertion inserted only for temporary debugging.
2007-11-14 Ted KremenekAdded missing break statement.
2007-11-14 Ted KremenekImplemented serialization of RecordDecls. Changed seria...
2007-11-14 Ted KremenekImplemented serialization of FunctionTypeNoProto.
2007-11-14 Ted KremenekImplemented serialization of VariableArrayTypes.
2007-11-14 Ted KremenekImplemented serialization of TypedefType.
2007-11-14 Ted KremenekImplemented serialization of ConstantArrayType.
2007-11-14 Ted KremenekImplemented serialization of TagTypes.
2007-11-13 Ted KremenekRewrote type serialization to used the same methodology...
2007-11-13 Ted KremenekRenamed all serialization "Materialize" methods to...
2007-11-06 Ted KremenekQualType deserialization now requires that the underlyi...
2007-10-31 Ted KremenekAdjusted QualType deserialization to reflect updated...
2007-10-31 Ted KremenekImplemented serialization of Variable Array Types ...
2007-10-28 Ted KremenekImplemented serialization for TypedefType.
2007-10-28 Ted KremenekImplemented serialization of FunctionTypeProto.
2007-10-27 Ted KremenekImplemented serialization of FunctionTypeNoProto.
2007-10-27 Ted KremenekImplemented serialization for VectorType.
2007-10-26 Ted KremenekMore work on type serialization: added support for...
2007-10-26 Ted KremenekCompleted serialization of ConstantArrayTypes (now...
2007-10-26 Ted KremenekAdded skeleton implementation of serialization for...