1. fd6a088 Eliminate a pointer of storage in each ObjCInterfaceType and by Douglas Gregor · 14 years ago
  2. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 14 years ago
  3. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  4. 5cfa011 Always start tag definitions before completing them. Assert same. by John McCall · 14 years ago
  5. 82287d1 First stage of adding AltiVec support by John Thompson · 14 years ago
  6. 789b1f6 Fix an obscure crash found in the Boost.MPL test suite, along with a by Douglas Gregor · 14 years ago
  7. f82b4e8 Allow calling convention attributes to apply to types. Patch by Chip Davis! by John McCall · 14 years ago
  8. 0e709ab Define two types to be "compatible" in C++ if they are the same, and by Douglas Gregor · 14 years ago
  9. b0f8eac When determining whether a function without a prototype is compatible by Douglas Gregor · 14 years ago
  10. 8b752f1 Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, by Ken Dyck · 14 years ago
  11. 013af39 Patch to add 'volatile' to first argument of all by Fariborz Jahanian · 14 years ago
  12. 16e20cc Correct cut-and-paste error in doxygen comment for newly introduced by Ken Dyck · 14 years ago
  13. 86fa431 Add getTypeAlignInChars() for use in code that works in alignments in character by Ken Dyck · 14 years ago
  14. 71842cc Allocate the 'Protocols' array in ObjCInterfaceType and by Ted Kremenek · 14 years ago
  15. eec51cf Give UnresolvedSet the ability to store access specifiers for each declaration. by John McCall · 14 years ago
  16. ab8bbf4 Encoding calling conventions in the type system, from Charles Davis! by Douglas Gregor · 15 years ago
  17. 5535c38 Fix the CodeGen half of PR5911 by changing reference initialization to by Chandler Carruth · 15 years ago
  18. aa8741a Change return type of getObjCEncodingTypeSize() to CharUnits as the units are in characters. by Ken Dyck · 15 years ago
  19. 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
  20. 5ea95fc Revert r92318. Instead fix the analyzer: do not call by Zhongxing Xu · 15 years ago
  21. c1ae0a8 if an arraytype is canonical, then its element is guaranteed to be canonical. by Zhongxing Xu · 15 years ago
  22. a8c6c44 The element type should also be canonicalized. Add a case for VariableArrayType. by Zhongxing Xu · 15 years ago
  23. 28e318c Correctly refer to element CVR qualifications when determining if a type is by Chandler Carruth · 15 years ago
  24. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  25. 54d76db Remove some dead variables clang-analyzer found. by Benjamin Kramer · 15 years ago
  26. bbfd68d Tidy up ~ASTContext a bit by turning orphan compound statements into by Ted Kremenek · 15 years ago
  27. bdc601b Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to by Ken Dyck · 15 years ago
  28. a3ccda5 Factor operator new declaration checking out into a separate function. by Anders Carlsson · 15 years ago
  29. 29a7f33 Clean up enum constants so that they're finally sane. Fixes PR3173 and a by Eli Friedman · 15 years ago
  30. 842aef8 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 15 years ago
  31. 43c79c2 Implemented an implicit conversion from "noreturn" function types (and by Douglas Gregor · 15 years ago
  32. f53df23 Move key functions to a separate map. by Anders Carlsson · 15 years ago
  33. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  34. 20f12a2 Add rudimentary support for member pointers to CGDebugInfo. by Anders Carlsson · 15 years ago
  35. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  36. 0bd6feb Push overloaded function templates through the parser using a totally different by John McCall · 15 years ago
  37. 8d2c0a9 Fix a crash when ivar type is a __strong SEL. Fallout from by Fariborz Jahanian · 15 years ago
  38. 369a3bd Allow user re-definition of SEL as well as accessing its fields. by Fariborz Jahanian · 15 years ago
  39. 80ad16f Helper function for turning a TemplateName into a DeclarationName. by John McCall · 15 years ago
  40. 60bce3e Fixe a crash in encoding of SEL type caused by recent changes. by Fariborz Jahanian · 15 years ago
  41. 5d484e8 Intercept sizeof and alignof references before they get into ASTContext methods. This fixes a crash when writing sizeof(Incomplete&), and lets ASTContext's methods do the right thing for CodeGen, which fixes PR5590. by Sebastian Redl · 15 years ago
  42. d5532b6 Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations" into by John McCall · 15 years ago
  43. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  44. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 15 years ago
  45. cb78d88 Cope with an amusingly little anomaly with dependent types and by Douglas Gregor · 15 years ago
  46. 7ba107a Incremental progress on using declarations. Split UnresolvedUsingDecl into by John McCall · 15 years ago
  47. 5e530af Added block type introspection support. by David Chisnall · 15 years ago
  48. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  49. 79cbc7d Add an internal CreateRecordDecl that will create a CXXRecordDecl when compiling C++ and a RecordDecl otherwise. by Anders Carlsson · 15 years ago
  50. 444be73 Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. by Daniel Dunbar · 15 years ago
  51. db0d4b7 Template argument deduction for template template parameters. This by Douglas Gregor · 15 years ago
  52. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  53. 3958b50 Fix clang's use of DenseMap iterators after r86636 fixed their constness. by Jeffrey Yasskin · 15 years ago
  54. 632d772 Make ASTContext::getIntWidth return 1 for all boolean type variations, not just for the unqualified, unaliased bool. by Sebastian Redl · 15 years ago
  55. 923d56d Allow the element type of arrays to be incomplete in C++. by Sebastian Redl · 15 years ago
  56. 87c12c4 Store the unresolved class type in MemberPointerType's Class field, by Douglas Gregor · 15 years ago
  57. ca1bdd7 Implement support for parsing dependent template-ids that refer to by Douglas Gregor · 15 years ago
  58. 87a924e Fix a crazy canonical-types bug because canonicalizing a by Douglas Gregor · 15 years ago
  59. e23fa2d This patch computes composite type of two objective-c expressions by Fariborz Jahanian · 15 years ago
  60. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  61. 27d20a2 Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating meta-data for a class. by Steve Naroff · 15 years ago
  62. db07b3f Type of a conditional expression with two distinct objective-c by Fariborz Jahanian · 15 years ago
  63. f5942a4 Switch alloca/sprintf to SmallString/raw_ostream. by Benjamin Kramer · 15 years ago
  64. 4d0d85c Make the local buffer overflow safe. by Fariborz Jahanian · 15 years ago
  65. 60aeadd Fixe a buffer overflow problem which causes a crash by Fariborz Jahanian · 15 years ago
  66. e27ec8a Store the builtin types as CanQualTypes. Expand a bit on the CanQual API, by John McCall · 15 years ago
  67. a4eb74d Add ASTContext::getTrivialDeclaratorInfo, which initializes a new by John McCall · 15 years ago
  68. 54e14c4 When building types from declarators, instead of building two types (one for by John McCall · 15 years ago
  69. 467b27b Canonicality is a property of qualified types, not unqualified types. by John McCall · 15 years ago
  70. 9fcfe92 fix PR5265: the size of a float3 should be rounded up to its alignment. by Chris Lattner · 15 years ago
  71. 083c25e Extend out the block descriptor structure for debug information with by Mike Stump · 15 years ago
  72. 38e1627 Refine collection of BlockDeclRefExprs. WIP. by Mike Stump · 15 years ago
  73. af7b44d Complete out debug info generation for captured __block variables. WIP. by Mike Stump · 15 years ago
  74. ea26cb5 Prep work to always preallocate BlockDeclRefExprs so that we can by Mike Stump · 15 years ago
  75. 109de5e Add TypeLocBuilder, an API for incrementally creating TypeLocs. Change by John McCall · 15 years ago
  76. adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
  77. 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 15 years ago
  78. 49a832b When performing template-substitution into a type, don't just replace the by John McCall · 15 years ago
  79. 6a2b926 teach getCorrespondingUnsignedType how to handle vectors of integers, by Chris Lattner · 15 years ago
  80. 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
  81. 663b5a0 Testing and some minor fixes for explicit template instantiation. by Douglas Gregor · 15 years ago
  82. 251b4ff For instantiations of static data members of class templates, keep by Douglas Gregor · 15 years ago
  83. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  84. d3a23b2 Add all of the C99 complex builtins prefixed with __builtin_ by Douglas Gregor · 15 years ago
  85. bdbeeb5 Fix MSVC build by renaming a variable. PR5043 by Benjamin Kramer · 15 years ago
  86. fbbce49 Handle array fields that contain empty structs. by Anders Carlsson · 15 years ago
  87. 6b304a0 Make it really, really easy to change the alignment of Type (and ExtQuals). by John McCall · 15 years ago
  88. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  89. 196efbf Fix doc. by Mike Stump · 15 years ago
  90. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  91. 83913e3 When creating function types, remove any top-level CVR qualifications in the function type argument types. by Anders Carlsson · 15 years ago
  92. 75212ee Fix a regression where write-barrier was not being generated for block pointer. by Fariborz Jahanian · 15 years ago
  93. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  94. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  95. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  96. d8b285f Don't assert when instantiating member references to fields in anonymous structs. by Anders Carlsson · 15 years ago
  97. 0d8df78 Improve instantiation of UnresolvedUsingDecls. by Anders Carlsson · 15 years ago
  98. 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
  99. 0de7899 Introduce getConstantArrayElementCount API and use it in by Fariborz Jahanian · 15 years ago
  100. 04e8357 Fix bit-field promotion to be a bit closer to the behavior of gcc. by Eli Friedman · 15 years ago