1. 2589b980 PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 13 years ago
  2. 198223b PR13386: When matching up parameters between a function template declaration by Richard Smith · 13 years ago
  3. f016bbc For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is by Richard Smith · 14 years ago
  4. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  5. 113bee0 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 14 years ago
  6. e65b086 Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 14 years ago
  7. 23b1be9 Fix the isReferenced bit on parameters in a couple of edge cases. PR12153. by Eli Friedman · 14 years ago
  8. 8ac06af ArrayRef-icize the function arguments. by Bill Wendling · 14 years ago
  9. 4e8942c Make the callback object to Sema::CorrectTypo mandatory. by Kaelyn Uhrain · 14 years ago
  10. e4d798f More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  11. 637b5b3 Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo. by Kaelyn Uhrain · 14 years ago
  12. 4a2a8f7 Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 14 years ago
  13. f0c267e Provide half floating point support as a storage only type. by Anton Korobeynikov · 14 years ago
  14. 0dfb889 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
  15. b9c168a ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPacksForExpansion by David Blaikie · 14 years ago
  16. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  17. c2fa169 Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 14 years ago
  18. e852b10 Implement a new type node, UnaryTransformType, designed to represent a by Alexis Hunt · 14 years ago
  19. 4a25707 Implement __underlying_type for libc++. by Alexis Hunt · 14 years ago
  20. dde65ea Switch the interface name for both TemplateTypeParmType and by Chandler Carruth · 15 years ago
  21. 3943973 Fix a bunch of major problems with __unknown_anytype and properly test by John McCall · 15 years ago
  22. 15a776f remove some defensive code: LocalInstantiationScope::getInstantiationOf by Chris Lattner · 15 years ago
  23. 582a099 Null initialize a few variables flagged by by Ted Kremenek · 15 years ago
  24. 63dad4d Fix a use of uninitialized variables, found by Ted! by Douglas Gregor · 15 years ago
  25. 476e302 Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 15 years ago
  26. b884000 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 15 years ago
  27. 0dca5fd Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 15 years ago
  28. ada4b79 Start implementing support for substitution into pack expansions that by Douglas Gregor · 15 years ago
  29. 822d030 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 15 years ago
  30. 5cde386 When mapping from a function parameter pack to the set of function by Douglas Gregor · 15 years ago
  31. a8bac7f Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 15 years ago
  32. f301011 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 15 years ago
  33. 3c6bd2a Add Decl::isParameterPack(), which covers both function and template by Douglas Gregor · 15 years ago
  34. eb29d18 Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 15 years ago
  35. f550077 Implement support for template template parameter packs, e.g., by Douglas Gregor · 15 years ago
  36. 820ba7b Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 15 years ago
  37. 752a595 Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 15 years ago
  38. 98318c2 Properly rebuild pack expansions whose pattern is a non-type template by Douglas Gregor · 15 years ago
  39. 1440693 Diagnose the presence of unexpanded parameter packs within class by Douglas Gregor · 15 years ago
  40. e8e9dd6 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 15 years ago
  41. eb5a39d When instantiating a non-type template parameter pack, be sure to by Douglas Gregor · 15 years ago
  42. da3cc0d Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 15 years ago
  43. 27b4c16 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 15 years ago
  44. 0f3feb4 Implement template argument deduction for pack expansions whose by Douglas Gregor · 15 years ago
  45. 76aca7b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 15 years ago
  46. 15b4ec2 Give the RecursiveASTVisitor a configuration function by Douglas Gregor · 15 years ago
  47. 840bd6c Implement basic support for template instantiation of pack expansions by Douglas Gregor · 15 years ago
  48. d2fa766 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 15 years ago
  49. 062ecac Tweak a comment by Douglas Gregor · 15 years ago
  50. 6ff1fbf Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 15 years ago
  51. 6ab34af Fix a regression I caused in r121930. It turns out that by Douglas Gregor · 15 years ago
  52. c435653 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 15 years ago
  53. a8461bb Test that all of the relevant types properly compute the "contains by Douglas Gregor · 15 years ago
  54. 1da294a Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 15 years ago
  55. b55fdf8 Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. by Douglas Gregor · 15 years ago