1. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  2. fb41ca8 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 16 years ago
  3. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago
  4. 68694ad Remove PointerLikeType. by Daniel Dunbar · 16 years ago
  5. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 16 years ago
  6. f7f52e7 More work to integrate newly added ObjCQualifiedClassType into the type system. by Steve Naroff · 16 years ago
  7. 15509f4 Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 16 years ago
  8. 08eddd9 pretty printing vector types should print the element type, not just the attribute. by Chris Lattner · 16 years ago
  9. afa7444 Add Type::getAsFunctionNoProto by Daniel Dunbar · 16 years ago
  10. 3b6b83b minor name changes, no functionality change. by Chris Lattner · 16 years ago
  11. d33d9c0 Representation of objc gc's attribute using ExtQualType. by Fariborz Jahanian · 16 years ago
  12. 4886a42 Simplified ExtQualType per Chris's feedback. by Fariborz Jahanian · 16 years ago
  13. 59d16d1 Added support for objc's gc attribute in ExtQualType. by Fariborz Jahanian · 16 years ago
  14. f11284a Renamed ASQualType to ExtQualType to reflect its more by Fariborz Jahanian · 16 years ago
  15. f98aba3 Initial implementation of arbitrary fixed-width integer types. by Eli Friedman · 16 years ago
  16. 5cdf821 Introduce _Complex conversions into the function overloading by Douglas Gregor · 16 years ago
  17. dedb84a CHAR_BIT == 8 by Douglas Gregor · 16 years ago
  18. c15cb38 Rudimentary checking of template arguments against their corresponding by Douglas Gregor · 16 years ago
  19. 672c91d id<Foo> is a POD type. by Anders Carlsson · 16 years ago
  20. 5908e9f Eliminate TemplateArg so that we only have a single kind of by Douglas Gregor · 16 years ago
  21. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  22. 00e68e2 Update new expression to make use of Declarator::getSourceRange(). by Sebastian Redl · 16 years ago
  23. fab9d67 Improve the representation of template type parameters. We now by Douglas Gregor · 16 years ago
  24. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago
  25. d7eb846 Switch Type::isAggregateType to use the C++ definition of "aggregate by Douglas Gregor · 16 years ago
  26. 3e97049 Remove many references to ASTContext::getAllocator(), replacing them with calls to the recently added placement new (which uses ASTContext's allocator for memory). Also added ASTContext::Deallocate(). by Steve Naroff · 16 years ago
  27. 8edef7c Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. by Sebastian Redl · 16 years ago
  28. f30208a Add support for declaring pointers to members. by Sebastian Redl · 16 years ago
  29. 566c2ba Allocate Types using ASTContext's 'Allocator' object. by Ted Kremenek · 16 years ago
  30. 2a18dfe some more minor asqualtype bugs. by Chris Lattner · 16 years ago
  31. 4bbce99 improve some more is*Type predicates to look through asqualtypes. by Chris Lattner · 16 years ago
  32. f728a4a simplify these predicates a bit. by Chris Lattner · 16 years ago
  33. 64b45f7 PODness and Type Traits by Sebastian Redl · 16 years ago
  34. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  35. 97e0179 Did not mean to commit this. by Anders Carlsson · 16 years ago
  36. 8b33c08 Handle VLA indexing by Anders Carlsson · 16 years ago
  37. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  38. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  39. 39f34e9 Migrate some stuff from NamedDecl::getName() to by Chris Lattner · 16 years ago
  40. a7fbf72 Fix arithmetic type check by Douglas Gregor · 16 years ago
  41. 971c4fa -Add support for cv-qualifiers after function declarators. by Argyrios Kyrtzidis · 16 years ago
  42. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago
  43. 5620b50 Make VectorType printing less broken. by Daniel Dunbar · 16 years ago
  44. 7360fda Implement second part of PR 2600: NSError** parameter may be null, and should be checked before being dereferenced. by Ted Kremenek · 16 years ago
  45. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  46. 77a5223 Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character by Douglas Gregor · 16 years ago
  47. b381aac codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 16 years ago
  48. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  49. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  50. 46713ef Handle WChar inside BuiltinType::getName(). by Argyrios Kyrtzidis · 16 years ago
  51. 49aa7ff Add CXXRecordType class. by Argyrios Kyrtzidis · 16 years ago
  52. c63a1f2 by Chris Lattner · 16 years ago
  53. c36d405 make "call foo.dump()" and "call foo->dump()" work in GDB, by Chris Lattner · 16 years ago
  54. b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 16 years ago
  55. 62f5f7f fix several problems with the protocol qualified id handling where id was implicit. by Chris Lattner · 16 years ago
  56. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 16 years ago
  57. e8e4f92 minor cleanup by Chris Lattner · 16 years ago
  58. cdce6d1 use iterators instead of direct access to protocol list. by Chris Lattner · 16 years ago
  59. ad74a75 Fix for PR2501; this patch makes usual arithmetic conversions for by Eli Friedman · 16 years ago
  60. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 16 years ago
  61. 4b05b1d Add Destroy method to Types, making there destruction more harmonious with by Ted Kremenek · 16 years ago
  62. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  63. 99dc914 This patch is just the easy part of the class names patch, which by Chris Lattner · 16 years ago
  64. 1ee0700 Fix a really bad bug where type uniquing would merge a<x> with b<x> as the same by Chris Lattner · 16 years ago
  65. eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 16 years ago
  66. 368eefa clean up some logic in objc type handling. Specifically, make it so that by Chris Lattner · 16 years ago
  67. 37c1b78 Use EnumType to simplify some code. by Chris Lattner · 16 years ago
  68. 2daa5df Make EnumType/RecordType classof predicates simpler and more efficient in by Chris Lattner · 16 years ago
  69. 5edb8bf add a helper EnumType object for asking about tagtypes for enums. by Chris Lattner · 16 years ago
  70. bdcd637 add a common base class "PointerLikeType" for PointerType and ReferenceType, by Chris Lattner · 16 years ago
  71. 8527f82 remove blank line. by Chris Lattner · 16 years ago
  72. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from AST/Type.cpp]
  73. 3513e13 Change variable name to Tq (from TQ) by Gabor Greif · 17 years ago
  74. f46699c Alternate address spaces work: by Chris Lattner · 17 years ago
  75. d3f2f79 Implemnt isVariablyModifiedType correctly. by Eli Friedman · 17 years ago
  76. c5773c4 Split out incomplete arrays from VariableArrayType into by Eli Friedman · 17 years ago
  77. 3c2b317 Remove useless parameter from isConstantSizeType. by Eli Friedman · 17 years ago
  78. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  79. 9412d68 by Steve Naroff · 17 years ago
  80. 5c06a69 by Steve Naroff · 17 years ago
  81. 494783a by Steve Naroff · 17 years ago
  82. 67c49e8 by Steve Naroff · 17 years ago
  83. 02f62a9 by Steve Naroff · 17 years ago
  84. 4cdec1c by Steve Naroff · 17 years ago
  85. 3f0c5ad Teach Type::isIntegerType() about GCC's __complex__ integer extensions... by Steve Naroff · 17 years ago
  86. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  87. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  88. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  89. 9bfa73c remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
  90. d52a457 Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
  91. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  92. 06cef25 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
  93. 39caea9 make it more clear what 'foo' is by Chris Lattner · 17 years ago
  94. 2de3b3a Fix isStructureType and isUnionType to ignore typedefs, as stated by Seo Sanghyeon · 17 years ago
  95. 7ee261c handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  96. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  97. dea6146 Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
  98. c67ad5f Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
  99. ec0550f by Steve Naroff · 17 years ago
  100. 7e219e4 by Steve Naroff · 17 years ago