1. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  2. db8264e Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. by Jordy Rose · 13 years ago
  3. dce67a7 In C99, emit an inline function when encountering an extern redeclaration. by Nick Lewycky · 13 years ago
  4. 8237839 revert fix for // rdar://9740328 by Fariborz Jahanian · 13 years ago
  5. c286f38 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 13 years ago
  6. 79e6bd3 Centralize the getCanonicalType() calls in the Itanium C++ mangling by Douglas Gregor · 13 years ago
  7. dbd3c85 r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, by Cameron Zwarich · 13 years ago
  8. 2357aee A redeclaration of an inline method in C99 mode should trigger emission of that by Nick Lewycky · 13 years ago
  9. 8290574 Zap a couple unnecessary loops. by Eli Friedman · 13 years ago
  10. cd92a65 Start switching the AST stats printing to use llvm::errs() instead of by Chandler Carruth · 13 years ago
  11. 28445f0 -Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug by Argyrios Kyrtzidis · 13 years ago
  12. 31862ba [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  13. 561f812 Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 13 years ago
  14. 1460604 Preserve that a TemplateName was arrived at by substituting by John McCall · 13 years ago
  15. bf9eb88 Eliminate most uses of ShallowCollectObjCIvars which requires by Fariborz Jahanian · 13 years ago
  16. d3d49bb Be more thorough about mangling unresolved types. by John McCall · 13 years ago
  17. 829f200 Fix regression with @encode string. rdar://9624314. by Argyrios Kyrtzidis · 13 years ago
  18. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  19. 4ac0140 Eliminate a 'default' case in template argument deduction, where we by Douglas Gregor · 13 years ago
  20. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  21. f968d83 Objective-C doesn't consider the use of incomplete types as method by Douglas Gregor · 13 years ago
  22. ffe37fd Implement a little bit of cleanup and a lot more of the base work by Sean Hunt · 13 years ago
  23. 69d9775 Properly align UnaryTransformType when allocating it by Douglas Gregor · 13 years ago
  24. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  25. 9625e44 It's considered poor form to create references to the overloaded by Douglas Gregor · 13 years ago
  26. 2636197 Reapply the commits that r131401 reverted and add a fix for PR9927. by Argyrios Kyrtzidis · 13 years ago
  27. 4ea0304 Revert 131377, 131369 and 131365. 131365 caused PR9927. by Rafael Espindola · 13 years ago
  28. bf832a4 Fix MSVC build. by Argyrios Kyrtzidis · 13 years ago
  29. 0c6f826 Fix generation of obj-c @encoding for members with zero size. by Argyrios Kyrtzidis · 13 years ago
  30. 02c5116 Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400. by Argyrios Kyrtzidis · 13 years ago
  31. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  32. 52bbe7a Establish a new alignment for an ms_struct bitfield following by Fariborz Jahanian · 13 years ago
  33. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  34. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  35. 78a7d7d __alignof attribute on the field must consider by Fariborz Jahanian · 13 years ago
  36. 9b3acaa More ms_struct bitfield stuff: by Fariborz Jahanian · 13 years ago
  37. cc0f9f1 Only the first zero-length bitfield decides alignment of by Fariborz Jahanian · 13 years ago
  38. 340fa24 More rule enforcement of zero bitfields for ms_struct. by Fariborz Jahanian · 13 years ago
  39. 4fb86f8 Re-applies the patch first applied way back in r106099, with by Chandler Carruth · 13 years ago
  40. d3d77cd PR9792: Make sure to use the right definition of wchar_t when the default by Eli Friedman · 13 years ago
  41. ba29bd2 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by ASTContext's side tables. by Ted Kremenek · 13 years ago
  42. 14d56ef Some refactoring of my ms_struct patch. // rdar://8823265 related. by Fariborz Jahanian · 13 years ago
  43. cd88b41 Gcc pads the size of an array using the alignment of its elements. by Argyrios Kyrtzidis · 13 years ago
  44. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  45. 22ce41d Give invalid tag types 8-bit size and alignment, rather than 1-bit by Douglas Gregor · 14 years ago
  46. 7c2bdcb Fix a bug in calculation of composite type by Fariborz Jahanian · 14 years ago
  47. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  48. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  49. 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
  50. 627788c Fix a regression where the initializer implements by Fariborz Jahanian · 14 years ago
  51. a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 14 years ago
  52. b7bc34a Warn for any kind of initialization if initializer does not by Fariborz Jahanian · 14 years ago
  53. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
  54. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 14 years ago
  55. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 14 years ago
  56. a4fdbfa Block return type of the initialized must be by Fariborz Jahanian · 14 years ago
  57. 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
  58. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  59. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  60. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  61. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  62. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 14 years ago
  63. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 14 years ago
  64. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 14 years ago
  65. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 14 years ago
  66. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  67. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  68. c304d90 From Vassil Vassilev: by Axel Naumann · 14 years ago
  69. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
  70. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  71. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
  72. dc856af Use an unused-except-in-Debug variable. by Matt Beaumont-Gay · 14 years ago
  73. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  74. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  75. bee5a79 Add const qualifier to getTypeInfoInChars(). by Ken Dyck · 14 years ago
  76. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 14 years ago
  77. dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 14 years ago
  78. d263fd1 Fix a block sema bug where result type of initializer by Fariborz Jahanian · 14 years ago
  79. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
  80. af8ca37 Move the check that gives functions with unique-external types unique-external by John McCall · 14 years ago
  81. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago
  82. 5f022d8 Convert RecordLayout::Size to CharUnits from bits. No changes to by Ken Dyck · 14 years ago
  83. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  84. 63e7d25 Fixed parameter names. by Abramo Bagnara · 14 years ago
  85. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  86. ba4f5d5 Fix the computation of alignment for fields of packed+aligned structs. by John McCall · 14 years ago
  87. 6952f1e Implement support for non-type template parameter packs whose type is by Douglas Gregor · 14 years ago
  88. 3b65751 Change the canonical representation of array types to store qualifiers on the by John McCall · 14 years ago
  89. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  90. ce88903 Fix some unnecessarily complicated code for canonicalizing variably-modified by John McCall · 14 years ago
  91. 62c28c8 Generalize some operations on qualifiers. QualType::getQualifiers() and by John McCall · 14 years ago
  92. 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
  93. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  94. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  95. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  96. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  97. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  98. 4ba2a17 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 14 years ago
  99. ae278a3 Slight bugfix to the attribute-distribution logic for GC attributes. by John McCall · 14 years ago
  100. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago