1. fab9d67 Improve the representation of template type parameters. We now by Douglas Gregor · 16 years ago
  2. f30208a Add support for declaring pointers to members. by Sebastian Redl · 16 years ago
  3. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 16 years ago
  4. 501c725 Add serialization support for TypeOfType. by Zhongxing Xu · 16 years ago
  5. 8fbc527 Add serialization support for TypeOfExpr. by Zhongxing Xu · 16 years ago
  6. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  7. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  8. 5cf243a Switch QualType to use llvm::PointerIntPair internally to do the pointer by Chris Lattner · 16 years ago
  9. 7fb5e48 Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call. by Argyrios Kyrtzidis · 16 years ago
  10. 708ef45 Move Type::EmitImpl into header, add FIXME to make abstract. by Daniel Dunbar · 16 years ago
  11. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  12. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  13. d907001 Fix serialization for TypedefType by allowing TypedefType to access the internal CanonicalType stored in Type. by Ted Kremenek · 16 years ago
  14. a210573 Comment out the last call to QualType::getCanonicalType. This *breaks* by Chris Lattner · 16 years ago
  15. e2563ca Pass the ASTContext object around when deserializing Decl and Stmt objects, so by Sam Bishop · 16 years ago
  16. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from AST/TypeSerialization.cpp]
  17. 843e934 fix typos by Gabor Greif · 17 years ago
  18. f46699c Alternate address spaces work: by Chris Lattner · 17 years ago
  19. c5773c4 Split out incomplete arrays from VariableArrayType into by Eli Friedman · 17 years ago
  20. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  21. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  22. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  23. c12f51a Fixed bug when serializing QualTypes where we were serializing in the by Ted Kremenek · 17 years ago
  24. 21d50e1 Added QualType::ReadBackpatch to allow QualType initialization with by Ted Kremenek · 17 years ago
  25. 7e0339e Removed assertion inserted only for temporary debugging. by Ted Kremenek · 17 years ago
  26. 190eecf Added missing break statement. by Ted Kremenek · 17 years ago
  27. aad48b6 Implemented serialization of RecordDecls. Changed serialization of TagType to by Ted Kremenek · 17 years ago
  28. 2b14d46 Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  29. ed1a01d Implemented serialization of VariableArrayTypes. by Ted Kremenek · 17 years ago
  30. b28166d Implemented serialization of TypedefType. by Ted Kremenek · 17 years ago
  31. da5dbb4 Implemented serialization of ConstantArrayType. by Ted Kremenek · 17 years ago
  32. a225400 Implemented serialization of TagTypes. by Ted Kremenek · 17 years ago
  33. 03ed440 Rewrote type serialization to used the same methodology as we do for Decls. by Ted Kremenek · 17 years ago
  34. 0f84c00 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 17 years ago
  35. 31354ca QualType deserialization now requires that the underlying pointer type by Ted Kremenek · 17 years ago
  36. 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  37. 2e7d352 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  38. 4f50ee3 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
  39. 4340bfa Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
  40. e81e24c Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  41. 71ac846 Implemented serialization for VectorType. by Ted Kremenek · 17 years ago
  42. a4cb452 More work on type serialization: added support for serializing BuiltinTypes. by Ted Kremenek · 17 years ago
  43. bc26c58 Completed serialization of ConstantArrayTypes (now that APInt serialization is in place). by Ted Kremenek · 17 years ago
  44. 73af669 Added skeleton implementation of serialization for types (not complete). by Ted Kremenek · 17 years ago