1. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  2. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  3. 39f34e9 Migrate some stuff from NamedDecl::getName() to by Chris Lattner · 16 years ago
  4. a7fbf72 Fix arithmetic type check by Douglas Gregor · 16 years ago
  5. 971c4fa -Add support for cv-qualifiers after function declarators. by Argyrios Kyrtzidis · 16 years ago
  6. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago
  7. 5620b50 Make VectorType printing less broken. by Daniel Dunbar · 16 years ago
  8. 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
  9. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  10. 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
  11. b381aac codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 16 years ago
  12. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  13. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  14. 46713ef Handle WChar inside BuiltinType::getName(). by Argyrios Kyrtzidis · 16 years ago
  15. 49aa7ff Add CXXRecordType class. by Argyrios Kyrtzidis · 16 years ago
  16. c63a1f2 by Chris Lattner · 16 years ago
  17. c36d405 make "call foo.dump()" and "call foo->dump()" work in GDB, by Chris Lattner · 16 years ago
  18. b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 16 years ago
  19. 62f5f7f fix several problems with the protocol qualified id handling where id was implicit. by Chris Lattner · 16 years ago
  20. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 16 years ago
  21. e8e4f92 minor cleanup by Chris Lattner · 16 years ago
  22. cdce6d1 use iterators instead of direct access to protocol list. by Chris Lattner · 16 years ago
  23. ad74a75 Fix for PR2501; this patch makes usual arithmetic conversions for by Eli Friedman · 16 years ago
  24. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 16 years ago
  25. 4b05b1d Add Destroy method to Types, making there destruction more harmonious with by Ted Kremenek · 16 years ago
  26. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  27. 99dc914 This patch is just the easy part of the class names patch, which by Chris Lattner · 16 years ago
  28. 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
  29. eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 16 years ago
  30. 368eefa clean up some logic in objc type handling. Specifically, make it so that by Chris Lattner · 16 years ago
  31. 37c1b78 Use EnumType to simplify some code. by Chris Lattner · 16 years ago
  32. 2daa5df Make EnumType/RecordType classof predicates simpler and more efficient in by Chris Lattner · 16 years ago
  33. 5edb8bf add a helper EnumType object for asking about tagtypes for enums. by Chris Lattner · 16 years ago
  34. bdcd637 add a common base class "PointerLikeType" for PointerType and ReferenceType, by Chris Lattner · 16 years ago
  35. 8527f82 remove blank line. by Chris Lattner · 16 years ago
  36. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from AST/Type.cpp]
  37. 3513e13 Change variable name to Tq (from TQ) by Gabor Greif · 16 years ago
  38. f46699c Alternate address spaces work: by Chris Lattner · 16 years ago
  39. d3f2f79 Implemnt isVariablyModifiedType correctly. by Eli Friedman · 16 years ago
  40. c5773c4 Split out incomplete arrays from VariableArrayType into by Eli Friedman · 16 years ago
  41. 3c2b317 Remove useless parameter from isConstantSizeType. by Eli Friedman · 16 years ago
  42. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 16 years ago
  43. 9412d68 by Steve Naroff · 16 years ago
  44. 5c06a69 by Steve Naroff · 16 years ago
  45. 494783a by Steve Naroff · 16 years ago
  46. 67c49e8 by Steve Naroff · 16 years ago
  47. 02f62a9 by Steve Naroff · 16 years ago
  48. 4cdec1c by Steve Naroff · 16 years ago
  49. 3f0c5ad Teach Type::isIntegerType() about GCC's __complex__ integer extensions... by Steve Naroff · 16 years ago
  50. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  51. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  52. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  53. 9bfa73c remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
  54. d52a457 Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
  55. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  56. 06cef25 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
  57. 39caea9 make it more clear what 'foo' is by Chris Lattner · 17 years ago
  58. 2de3b3a Fix isStructureType and isUnionType to ignore typedefs, as stated by Seo Sanghyeon · 17 years ago
  59. 7ee261c handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  60. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  61. dea6146 Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
  62. c67ad5f Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
  63. ec0550f by Steve Naroff · 17 years ago
  64. 7e219e4 by Steve Naroff · 17 years ago
  65. 954ea17 by Steve Naroff · 17 years ago
  66. ff1afdb by Steve Naroff · 17 years ago
  67. dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  68. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  69. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  70. 980e508 by Steve Naroff · 17 years ago
  71. 3536b44 by Steve Naroff · 17 years ago
  72. d7444aa by Steve Naroff · 17 years ago
  73. 6b91cd9 Diff is self small & self explanatory... by Steve Naroff · 17 years ago
  74. c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  75. 729a213 fix a bug that is causing CodeGen/complex.c to be grumpy. by Chris Lattner · 17 years ago
  76. fb22d96 by Steve Naroff · 17 years ago
  77. d5bbce4 Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
  78. 77878cc by Steve Naroff · 17 years ago
  79. c6fb90a add getAsComplexType() for consistency by Chris Lattner · 17 years ago
  80. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  81. 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  82. 1bfd5cc by Steve Naroff · 17 years ago
  83. 363bcff by Steve Naroff · 17 years ago
  84. 8d1a3b8 by Steve Naroff · 17 years ago
  85. 611c1ff move trivial type predicates inline. by Chris Lattner · 17 years ago
  86. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  87. a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  88. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  89. d1861fd by Steve Naroff · 17 years ago
  90. 31a4584 by Steve Naroff · 17 years ago
  91. 7064f5c by Steve Naroff · 17 years ago
  92. adc0185 Forgot a return stmt (oops). by Steve Naroff · 17 years ago
  93. dfa6aae by Steve Naroff · 17 years ago
  94. 700204c by Steve Naroff · 17 years ago
  95. 942cfd3 Fix a valgrind error noticed by Benoit Boissinot by Chris Lattner · 17 years ago
  96. 251dcaf Return the correct type from isReferenceType(). by Bill Wendling · 17 years ago
  97. ea5e79f Change dyn_cast for reference types to be more like pointers and not need the canonical type. Also fix so that we're not expecting a return value from a void function by Bill Wendling · 17 years ago
  98. a2c7767 In the final step for preserving typedef info better in the AST, upgrade by Chris Lattner · 17 years ago
  99. 7a2e047 Now that isPointerType can return a pointer type, avoid stripping off typedef by Chris Lattner · 17 years ago
  100. 3acb138 as a very useful feature, make isVectorType and isPointerType return by Chris Lattner · 17 years ago