1. c12f51a Fixed bug when serializing QualTypes where we were serializing in the by Ted Kremenek · 17 years ago
  2. 21d50e1 Added QualType::ReadBackpatch to allow QualType initialization with by Ted Kremenek · 17 years ago
  3. 7e0339e Removed assertion inserted only for temporary debugging. by Ted Kremenek · 17 years ago
  4. 190eecf Added missing break statement. by Ted Kremenek · 17 years ago
  5. aad48b6 Implemented serialization of RecordDecls. Changed serialization of TagType to by Ted Kremenek · 17 years ago
  6. 2b14d46 Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  7. ed1a01d Implemented serialization of VariableArrayTypes. by Ted Kremenek · 17 years ago
  8. b28166d Implemented serialization of TypedefType. by Ted Kremenek · 17 years ago
  9. da5dbb4 Implemented serialization of ConstantArrayType. by Ted Kremenek · 17 years ago
  10. a225400 Implemented serialization of TagTypes. by Ted Kremenek · 17 years ago
  11. 03ed440 Rewrote type serialization to used the same methodology as we do for Decls. by Ted Kremenek · 17 years ago
  12. 0f84c00 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 17 years ago
  13. 31354ca QualType deserialization now requires that the underlying pointer type by Ted Kremenek · 17 years ago
  14. 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  15. 2e7d352 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  16. 4f50ee3 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
  17. 4340bfa Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
  18. e81e24c Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  19. 71ac846 Implemented serialization for VectorType. by Ted Kremenek · 17 years ago
  20. a4cb452 More work on type serialization: added support for serializing BuiltinTypes. by Ted Kremenek · 17 years ago
  21. bc26c58 Completed serialization of ConstantArrayTypes (now that APInt serialization is in place). by Ted Kremenek · 17 years ago
  22. 73af669 Added skeleton implementation of serialization for types (not complete). by Ted Kremenek · 17 years ago