1. 65019ac Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 14 years ago
  2. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 14 years ago
  3. b001de7 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. by Eli Friedman · 14 years ago
  4. a71f9d0 ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPacksForExpansion by David Blaikie · 14 years ago
  5. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  6. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 14 years ago
  7. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 14 years ago
  8. db5d44b Implement __underlying_type for libc++. by Sean Hunt · 14 years ago
  9. b7efff4 Switch the interface name for both TemplateTypeParmType and by Chandler Carruth · 14 years ago
  10. a5fc472 Fix a bunch of major problems with __unknown_anytype and properly test by John McCall · 14 years ago
  11. a70062f remove some defensive code: LocalInstantiationScope::getInstantiationOf by Chris Lattner · 14 years ago
  12. 9577abc Null initialize a few variables flagged by by Ted Kremenek · 15 years ago
  13. 8619edd Fix a use of uninitialized variables, found by Ted! by Douglas Gregor · 15 years ago
  14. a779d9c Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 15 years ago
  15. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 15 years ago
  16. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 15 years ago
  17. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 15 years ago
  18. 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 15 years ago
  19. 21371ea When mapping from a function parameter pack to the set of function by Douglas Gregor · 15 years ago
  20. d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 15 years ago
  21. 12c9c00 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 15 years ago
  22. 1fe85ea Add Decl::isParameterPack(), which covers both function and template by Douglas Gregor · 15 years ago
  23. ba68eca Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 15 years ago
  24. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 15 years ago
  25. ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 15 years ago
  26. f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 15 years ago
  27. 7a21fd4 Properly rebuild pack expansions whose pattern is a non-type template by Douglas Gregor · 15 years ago
  28. 925910d Diagnose the presence of unexpanded parameter packs within class by Douglas Gregor · 15 years ago
  29. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 15 years ago
  30. 56bc983 When instantiating a non-type template parameter pack, be sure to by Douglas Gregor · 15 years ago
  31. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 15 years ago
  32. a8bc8c9 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 15 years ago
  33. e02e262 Implement template argument deduction for pack expansions whose by Douglas Gregor · 15 years ago
  34. b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 15 years ago
  35. a40bc72 Give the RecursiveASTVisitor a configuration function by Douglas Gregor · 15 years ago
  36. 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 15 years ago
  37. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 15 years ago
  38. 099ffe8 Tweak a comment by Douglas Gregor · 15 years ago
  39. 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 15 years ago
  40. 0762bfd Fix a regression I caused in r121930. It turns out that by Douglas Gregor · 15 years ago
  41. 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 15 years ago
  42. cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 15 years ago
  43. 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 15 years ago
  44. c463335 Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. by Douglas Gregor · 15 years ago