1. 69d9775 Properly align UnaryTransformType when allocating it by Douglas Gregor · 13 years ago
  2. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  3. 9625e44 It's considered poor form to create references to the overloaded by Douglas Gregor · 13 years ago
  4. 2636197 Reapply the commits that r131401 reverted and add a fix for PR9927. by Argyrios Kyrtzidis · 13 years ago
  5. 4ea0304 Revert 131377, 131369 and 131365. 131365 caused PR9927. by Rafael Espindola · 13 years ago
  6. bf832a4 Fix MSVC build. by Argyrios Kyrtzidis · 13 years ago
  7. 0c6f826 Fix generation of obj-c @encoding for members with zero size. by Argyrios Kyrtzidis · 13 years ago
  8. 02c5116 Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400. by Argyrios Kyrtzidis · 13 years ago
  9. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  10. 52bbe7a Establish a new alignment for an ms_struct bitfield following by Fariborz Jahanian · 13 years ago
  11. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  12. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  13. 78a7d7d __alignof attribute on the field must consider by Fariborz Jahanian · 13 years ago
  14. 9b3acaa More ms_struct bitfield stuff: by Fariborz Jahanian · 13 years ago
  15. cc0f9f1 Only the first zero-length bitfield decides alignment of by Fariborz Jahanian · 13 years ago
  16. 340fa24 More rule enforcement of zero bitfields for ms_struct. by Fariborz Jahanian · 13 years ago
  17. 4fb86f8 Re-applies the patch first applied way back in r106099, with by Chandler Carruth · 13 years ago
  18. d3d77cd PR9792: Make sure to use the right definition of wchar_t when the default by Eli Friedman · 13 years ago
  19. ba29bd2 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by ASTContext's side tables. by Ted Kremenek · 13 years ago
  20. 14d56ef Some refactoring of my ms_struct patch. // rdar://8823265 related. by Fariborz Jahanian · 13 years ago
  21. cd88b41 Gcc pads the size of an array using the alignment of its elements. by Argyrios Kyrtzidis · 13 years ago
  22. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  23. 22ce41d Give invalid tag types 8-bit size and alignment, rather than 1-bit by Douglas Gregor · 14 years ago
  24. 7c2bdcb Fix a bug in calculation of composite type by Fariborz Jahanian · 14 years ago
  25. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  26. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  27. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 14 years ago
  28. 627788c Fix a regression where the initializer implements by Fariborz Jahanian · 14 years ago
  29. a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 14 years ago
  30. b7bc34a Warn for any kind of initialization if initializer does not by Fariborz Jahanian · 14 years ago
  31. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
  32. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 14 years ago
  33. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 14 years ago
  34. a4fdbfa Block return type of the initialized must be by Fariborz Jahanian · 14 years ago
  35. 8026f6d Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcept specifiers, unique FunctionProtoTypes with a ContextualFoldingSet, as suggested by John McCall. by Sebastian Redl · 14 years ago
  36. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  37. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  38. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  39. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  40. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 14 years ago
  41. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 14 years ago
  42. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 14 years ago
  43. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 14 years ago
  44. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  45. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  46. c304d90 From Vassil Vassilev: by Axel Naumann · 14 years ago
  47. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
  48. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  49. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
  50. dc856af Use an unused-except-in-Debug variable. by Matt Beaumont-Gay · 14 years ago
  51. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  52. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  53. bee5a79 Add const qualifier to getTypeInfoInChars(). by Ken Dyck · 14 years ago
  54. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 14 years ago
  55. dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 14 years ago
  56. d263fd1 Fix a block sema bug where result type of initializer by Fariborz Jahanian · 14 years ago
  57. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
  58. af8ca37 Move the check that gives functions with unique-external types unique-external by John McCall · 14 years ago
  59. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago
  60. 5f022d8 Convert RecordLayout::Size to CharUnits from bits. No changes to by Ken Dyck · 14 years ago
  61. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  62. 63e7d25 Fixed parameter names. by Abramo Bagnara · 14 years ago
  63. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  64. ba4f5d5 Fix the computation of alignment for fields of packed+aligned structs. by John McCall · 14 years ago
  65. 6952f1e Implement support for non-type template parameter packs whose type is by Douglas Gregor · 14 years ago
  66. 3b65751 Change the canonical representation of array types to store qualifiers on the by John McCall · 14 years ago
  67. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  68. ce88903 Fix some unnecessarily complicated code for canonicalizing variably-modified by John McCall · 14 years ago
  69. 62c28c8 Generalize some operations on qualifiers. QualType::getQualifiers() and by John McCall · 14 years ago
  70. eb6f5dc Add toCharUnitsInBits() to simplify the many calls to CharUnits::fromQuantity() of the form CharUnits::fromQuantity(bitSize, Context.getCharWidth()). by Ken Dyck · 14 years ago
  71. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  72. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  73. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  74. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  75. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  76. 4ba2a17 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 14 years ago
  77. ae278a3 Slight bugfix to the attribute-distribution logic for GC attributes. by John McCall · 14 years ago
  78. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  79. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  80. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 14 years ago
  81. 5389f48 Expose Objective-C type encodings of declarations to libclang users. This also adds a method in ASTContext which encodes FunctionDecls using the same encoding format that is used for Objective-C methods. by David Chisnall · 14 years ago
  82. c7ff82c Fix for PR8695. by David Chisnall · 14 years ago
  83. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  84. 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
  85. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
  86. c6ed729 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 14 years ago
  87. 00ccbef Fix the noreturn conversion to only strip off a single level of indirection. by John McCall · 14 years ago
  88. 87dd697 Clean up the handling of template argument packs, especially in the by Douglas Gregor · 14 years ago
  89. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  90. e6a365d Motions towards simplifying how we deal with attribute-qualified function types. by John McCall · 14 years ago
  91. 8cc246c Function types are compatible (in the C sense) if their regparms are identical. by John McCall · 14 years ago
  92. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  93. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  94. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  95. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  96. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  97. f7616b9 Move the "volatile" bit into QualType's "fast" qualifier set, by Douglas Gregor · 14 years ago
  98. 9f71a8f PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  99. d016ec2 Add BlocksAttr assert on __block specific routines. by Fariborz Jahanian · 14 years ago
  100. f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago