1. eea06c6 Ensure we enter an unevaluated context when instantiating a noexcept by Sean Hunt · 13 years ago
  2. e72c55b Fix a regression in the source locations for unary trait expressions. by Chandler Carruth · 13 years ago
  3. 9d342d0 Add a convenience interface for checking expression arguments to unary by Chandler Carruth · 13 years ago
  4. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  5. fc92137 Diagnose unexpanded parameter packs in return statements. This by Douglas Gregor · 13 years ago
  6. 1804174 PR9908: Fix the broken fix for PR9902 to get the template argument lists in the right order. by Richard Smith · 13 years ago
  7. 00c93a1 Patch for PR 7409 - only error on definition of invalid typedefs. Suppress errors for additional uses of this invalid typedef. by Richard Trieu · 13 years ago
  8. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  9. ff36559 When instantiating a block expression, the instantiated by Fariborz Jahanian · 13 years ago
  10. fb44de9 Store a parameter index and function prototype depth in every by John McCall · 13 years ago
  11. 28bbe4b Parsing/AST support for Structured Exception Handling by John Wiegley · 13 years ago
  12. 21ff2e5 Implementation of Embarcadero array type traits by John Wiegley · 13 years ago
  13. 223de24 fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating by Chris Lattner · 13 years ago
  14. 5526220 t/clang/expr-traits by John Wiegley · 13 years ago
  15. 34f52d1 Fix crashing rdar://9122854 & http://llvm.org/PR9461. by Argyrios Kyrtzidis · 13 years ago
  16. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  17. f111d93 C1X: implement generic selections by Peter Collingbourne · 13 years ago
  18. efdf988 When we transform a C++ exception declaration (e.g., for template by Douglas Gregor · 13 years ago
  19. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 13 years ago
  20. 429bb27 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 13 years ago
  21. a35d5d7 Fix an error in TreeTransform where we failed to copy the TemplateName's by Chandler Carruth · 13 years ago
  22. 796aa44 Forgotten part of previous commit. by Abramo Bagnara · 14 years ago
  23. 06dec89 Renamed OffsetOfNode::getRange to getSourceRange for uniformity. by Abramo Bagnara · 14 years ago
  24. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  25. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  26. 944cdae When rebuilding a dependent template specialization type to another by Douglas Gregor · 14 years ago
  27. 0a0367a When transforming a dependent template specialization type, make sure by Douglas Gregor · 14 years ago
  28. 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
  29. 0b4bcb6 When transforming a substituted template type parameter, try to by Douglas Gregor · 14 years ago
  30. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 14 years ago
  31. 087eb5a When constructing source-location information for a by Douglas Gregor · 14 years ago
  32. 6771423 When we use the default template arguments of a template template by Douglas Gregor · 14 years ago
  33. 6ebe664 Eliminate an unnecessary TemporaryBase object from TreeTransform by Douglas Gregor · 14 years ago
  34. 044526f Kill off the by Douglas Gregor · 14 years ago
  35. d11050f Eliminate TreeTransform::RebuildNestedNameSpecifier(), all four of by Douglas Gregor · 14 years ago
  36. 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
  37. 9151c11 Kill off TreeTransform::TransformNestedNameSpecifier() in favor of the by Douglas Gregor · 14 years ago
  38. 1d752d7 Kill off the TreeTransform::TransformTemplateName overload that has by Douglas Gregor · 14 years ago
  39. b71d821 Kill off one of the TreeTransform::TransformTypeInObjectScope() by Douglas Gregor · 14 years ago
  40. fd4ffeb Start migrating TreeTransform's TransformTemplateName over to version by Douglas Gregor · 14 years ago
  41. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 14 years ago
  42. 406f98f When we're substituting into a parameter-type-list nested inside the pattern by Douglas Gregor · 14 years ago
  43. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  44. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  45. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  46. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  47. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  48. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  49. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  50. e29425b Teach Sema::CheckTypenameType to use nested-name-specifiers with by Douglas Gregor · 14 years ago
  51. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  52. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  53. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  54. a88f09f Eliminate the last remains of TemplateSpecializationTypes with by Douglas Gregor · 14 years ago
  55. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
  56. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  57. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  58. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  59. c34348a Retain complete source-location information for C++ by Douglas Gregor · 14 years ago
  60. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  61. 9ddba32 Tweak the CXXScopeSpec API a bit, so that we require the by Douglas Gregor · 14 years ago
  62. 2e4c34a Teach CXXScopeSpec to handle the extension of a nested-name-specifier by Douglas Gregor · 14 years ago
  63. 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
  64. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  65. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  66. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  67. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  68. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  69. 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago
  70. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  71. c6ac9c3 Assert during instantiation of blocks that we've captured everything that by John McCall · 14 years ago
  72. c938c16 Rvalue references for *this: by Douglas Gregor · 14 years ago
  73. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  74. ae201f7 Be a bit more defensive about setting the temporary base location by Douglas Gregor · 14 years ago
  75. 446e402 Enhance the diagnostic for referring to a typedef with an elaborated name to be by Nick Lewycky · 14 years ago
  76. a779d9c Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 14 years ago
  77. 3b65751 Change the canonical representation of array types to store qualifiers on the by John McCall · 14 years ago
  78. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  79. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  80. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  81. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 14 years ago
  82. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  83. 6a24bfd Handle substitutions into function parameter packs whose patterns by Douglas Gregor · 14 years ago
  84. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 14 years ago
  85. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  86. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  87. 4f1d282 Allow us to transform pack expansion expressions. by Douglas Gregor · 14 years ago
  88. 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 14 years ago
  89. 77d6bb9 Implement partial ordering of class template partial specializations by Douglas Gregor · 14 years ago
  90. 3cae5c9 Implement more of C++0x [temp.arg.explicit]p9, allowing extension of by Douglas Gregor · 14 years ago
  91. d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 14 years ago
  92. bd5f9f7 Fix a valgrind error when transforming function prototypes with by Douglas Gregor · 14 years ago
  93. 12c9c00 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 14 years ago
  94. a009b59 Factor out the template transformation of a sequence of function by Douglas Gregor · 14 years ago
  95. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  96. c8a16fb Eliminate an unnecessary dance where we tried to cope with the lack of by Douglas Gregor · 14 years ago
  97. 603cfb4 Initial implementation of function parameter packs. This implementation allows: by Douglas Gregor · 14 years ago
  98. 1d65ebb Eliminate two "unsupported" errors relating to variadic templates: one by Douglas Gregor · 14 years ago
  99. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  100. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago