1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. d7b4855 Sema: Correctly build pointer-to-member arguments from a template argument with an IndirectFieldDecl by David Majnemer · 11 years ago
  3. 255ca71 Sema: Allow IndirectFieldDecl to appear in a non-type template argument by David Majnemer · 11 years ago
  4. b5c7768 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 11 years ago
  5. 79bef7a <rdar://problem/13806270> A template argument list is a constant-evaluated context. by Douglas Gregor · 11 years ago
  6. 98b879a Add test coverage for array to pointer decay in non-type template parameters. by David Blaikie · 12 years ago
  7. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  8. b9df75f Apply adjustment to function- and array-typed non-type template by Douglas Gregor · 12 years ago
  9. 4b6ebe3 Attempt to clarify a vexing-parse diagnostic. by Richard Smith · 12 years ago
  10. 5fad9b8 When we determine that a function template specialization produced as by Douglas Gregor · 13 years ago
  11. b3df138 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 13 years ago
  12. 7b2f51c Don't assert on taking the address of a non-type template parameter. Fixes PR10766. by Eli Friedman · 13 years ago
  13. 6b63f55 Make sure to canonicalize the argument type of a non-type template by Douglas Gregor · 13 years ago
  14. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 14 years ago
  15. a009b59 Factor out the template transformation of a sequence of function by Douglas Gregor · 14 years ago
  16. 171dcdb Place conversion warnings for non-type template arguments under the by Douglas Gregor · 14 years ago
  17. b535041 Fix a silly bug in the suppression of non-error diagnostics in a by Douglas Gregor · 14 years ago
  18. 2c5399f Parentheses around address non-type template argument is demoted to an extension warning. by Abramo Bagnara · 14 years ago
  19. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  20. 7667245 Correctly instantiate templates with non-type template arguments that by John McCall · 14 years ago
  21. 77e2c67 It turns out that we *can* end up having to display template argument by Douglas Gregor · 14 years ago
  22. 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 14 years ago
  23. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  24. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 14 years ago
  25. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 15 years ago
  26. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
  27. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
  28. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
  29. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  30. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 15 years ago
  31. 86a7625 When substituting the template argument for a pointer non-type by Douglas Gregor · 15 years ago
  32. 29f89f6 Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit more by Eli Friedman · 15 years ago
  33. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  34. d85b5b9 Implement the rules in C++ [basic.link] and C99 6.2.2 for computing by Douglas Gregor · 15 years ago
  35. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  36. ff52439 Fix a little canonical-types issue with non-type template arguments. by Douglas Gregor · 15 years ago
  37. 8623541 Properly replace (cxxscope, template-id) annotation tokens with a by Douglas Gregor · 15 years ago
  38. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  39. 0408678 Add a test for canonicalization of template arguments by Douglas Gregor · 15 years ago
  40. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  41. f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
  42. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  43. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  44. cc45cb3 Finished semantic analysis of non-type template arguments, to check by Douglas Gregor · 16 years ago
  45. 658bbb5 Implement semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  46. b86b057 Add semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  47. f684e6e Semantic checking for template arguments that correspond to non-type by Douglas Gregor · 16 years ago
  48. a35284b Add partial semantic checking of template arguments that are meant for by Douglas Gregor · 16 years ago
  49. 6ae5e66 Add type-checking and implicit conversions for template parameters of by Douglas Gregor · 16 years ago
  50. 8b64259 Teach the type-id/expression disambiguator about different by Douglas Gregor · 16 years ago