1. 0a0367a When transforming a dependent template specialization type, make sure by Douglas Gregor · 14 years ago
  2. 3c52a21 Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressions, from Eric Niebler via John Wiegley by Douglas Gregor · 14 years ago
  3. 0b4bcb6 When transforming a substituted template type parameter, try to by Douglas Gregor · 14 years ago
  4. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 14 years ago
  5. 087eb5a When constructing source-location information for a by Douglas Gregor · 14 years ago
  6. 6771423 When we use the default template arguments of a template template by Douglas Gregor · 14 years ago
  7. 6ebe664 Eliminate an unnecessary TemporaryBase object from TreeTransform by Douglas Gregor · 14 years ago
  8. 044526f Kill off the by Douglas Gregor · 14 years ago
  9. d11050f Eliminate TreeTransform::RebuildNestedNameSpecifier(), all four of by Douglas Gregor · 14 years ago
  10. 21e2e60 Eliminate an unnecessary use of CXXScopeSpec::MakeTrivial. We have proper nested-name-specifier source-location information in DependentTemplateSpecializationTypeLocs now by Douglas Gregor · 14 years ago
  11. 9151c11 Kill off TreeTransform::TransformNestedNameSpecifier() in favor of the by Douglas Gregor · 14 years ago
  12. 1d752d7 Kill off the TreeTransform::TransformTemplateName overload that has by Douglas Gregor · 14 years ago
  13. b71d821 Kill off one of the TreeTransform::TransformTypeInObjectScope() by Douglas Gregor · 14 years ago
  14. fd4ffeb Start migrating TreeTransform's TransformTemplateName over to version by Douglas Gregor · 14 years ago
  15. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 14 years ago
  16. 406f98f When we're substituting into a parameter-type-list nested inside the pattern by Douglas Gregor · 14 years ago
  17. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  18. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  19. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  20. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  21. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  22. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  23. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  24. e29425b Teach Sema::CheckTypenameType to use nested-name-specifiers with by Douglas Gregor · 14 years ago
  25. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  26. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  27. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  28. a88f09f Eliminate the last remains of TemplateSpecializationTypes with by Douglas Gregor · 14 years ago
  29. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
  30. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  31. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  32. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  33. c34348a Retain complete source-location information for C++ by Douglas Gregor · 14 years ago
  34. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  35. 9ddba32 Tweak the CXXScopeSpec API a bit, so that we require the by Douglas Gregor · 14 years ago
  36. 2e4c34a Teach CXXScopeSpec to handle the extension of a nested-name-specifier by Douglas Gregor · 14 years ago
  37. 406c38e Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case. by Richard Smith · 14 years ago
  38. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  39. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  40. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  41. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  42. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  43. 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago
  44. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  45. c6ac9c3 Assert during instantiation of blocks that we've captured everything that by John McCall · 14 years ago
  46. c938c16 Rvalue references for *this: by Douglas Gregor · 14 years ago
  47. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  48. ae201f7 Be a bit more defensive about setting the temporary base location by Douglas Gregor · 14 years ago
  49. 446e402 Enhance the diagnostic for referring to a typedef with an elaborated name to be by Nick Lewycky · 14 years ago
  50. a779d9c Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 14 years ago
  51. 3b65751 Change the canonical representation of array types to store qualifiers on the by John McCall · 14 years ago
  52. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  53. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  54. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  55. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 14 years ago
  56. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  57. 6a24bfd Handle substitutions into function parameter packs whose patterns by Douglas Gregor · 14 years ago
  58. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 14 years ago
  59. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  60. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  61. 4f1d282 Allow us to transform pack expansion expressions. by Douglas Gregor · 14 years ago
  62. 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 14 years ago
  63. 77d6bb9 Implement partial ordering of class template partial specializations by Douglas Gregor · 14 years ago
  64. 3cae5c9 Implement more of C++0x [temp.arg.explicit]p9, allowing extension of by Douglas Gregor · 14 years ago
  65. d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 14 years ago
  66. bd5f9f7 Fix a valgrind error when transforming function prototypes with by Douglas Gregor · 14 years ago
  67. 12c9c00 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 14 years ago
  68. a009b59 Factor out the template transformation of a sequence of function by Douglas Gregor · 14 years ago
  69. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  70. c8a16fb Eliminate an unnecessary dance where we tried to cope with the lack of by Douglas Gregor · 14 years ago
  71. 603cfb4 Initial implementation of function parameter packs. This implementation allows: by Douglas Gregor · 14 years ago
  72. 1d65ebb Eliminate two "unsupported" errors relating to variadic templates: one by Douglas Gregor · 14 years ago
  73. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  74. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago
  75. ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 14 years ago
  76. 7a21fd4 Properly rebuild pack expansions whose pattern is a non-type template by Douglas Gregor · 14 years ago
  77. dcaa1ca Implement support for pack expansions in initializer lists and expression lists. by Douglas Gregor · 14 years ago
  78. aa165f8 Refactor the tree transform's many loops over sets of expressions by Douglas Gregor · 14 years ago
  79. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 14 years ago
  80. f7dd699 Add some const qualifiers by Douglas Gregor · 14 years ago
  81. b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 14 years ago
  82. 7ca7ac4 Further refactoring of the tree transformation for template argument by Douglas Gregor · 14 years ago
  83. 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 14 years ago
  84. 21a288f Remove unused variable by Matt Beaumont-Gay · 14 years ago
  85. 7f61f2f Finish refactoring the transformation of template argument lists, by Douglas Gregor · 14 years ago
  86. fcc1253 Refactor the transformation of template argument lists to centralize by Douglas Gregor · 14 years ago
  87. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  88. f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
  89. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  90. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  91. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  92. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  93. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  94. 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 14 years ago
  95. 44aa1f3 Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" by Argyrios Kyrtzidis · 14 years ago
  96. a25b6a4 Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: by Argyrios Kyrtzidis · 14 years ago
  97. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  98. 7cd7d1a Add a new expression kind, OpaqueValueExpr, which is useful for by John McCall · 14 years ago
  99. 43fed0d Replace one hack with a different hack: strip out the ObjectType by John McCall · 14 years ago
  100. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago