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