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