1. 97bacec If a template argument is non-evaluable expression, use the profile ID to see by Richard Trieu · 11 years ago
  2. d86c901 Pass the PrintingPolicy when converting types to strings in template type by Richard Trieu · 11 years ago
  3. 1160831 Print "(default)" for default template template arguments to match the by Richard Trieu · 11 years ago
  4. 3880089 Add support for nullptr template arguments to template type diffing. by Richard Trieu · 11 years ago
  5. d53def2 Fix '&' printing for template arguments in parentheses in template diffing. by Richard Trieu · 11 years ago
  6. 63056c3 More gracefully handle parentheses in templare arguments in template diffing. by Richard Trieu · 11 years ago
  7. 965cfa1 Fix a template diffing problem were an '&' is unexpectedly printed in by Richard Trieu · 11 years ago
  8. 3fe1e09 PR15677 - Crash in template diffing. Check that expression is evaluatable before evaluating it. by Nikola Smiljanic · 11 years ago
  9. 3b05e20 Fix an edge case in the template differ with default arguments. by Benjamin Kramer · 12 years ago
  10. 8ed6f2a If a default argument is a dependent type, get the real type from the desugared by Richard Trieu · 12 years ago
  11. 925213b Add 'not' to commands that are expected to fail. by Rafael Espindola · 12 years ago
  12. 091872c5 Fix crash on invalid in template type diffing. by Richard Trieu · 12 years ago
  13. bcd06c0 Do not assume the template argument is an integer only because the by Richard Trieu · 13 years ago
  14. ad13f55 Fix a crasher in Template Diffing. by Richard Trieu · 13 years ago
  15. 981de5c Fix a crasher in Template Diffing. by Richard Trieu · 13 years ago
  16. 3cee413 Strip off local qualifiers when converting from RecordType to by Richard Trieu · 13 years ago
  17. 64ab3039 Improve template diffing handling of default integer values. by Richard Trieu · 13 years ago
  18. 954aaaf Update template diffing to handle template arguments that are declarations. by Richard Trieu · 13 years ago
  19. e673d71a When comparing two template template arguments in the template differ, consider by Richard Trieu · 13 years ago
  20. 8e9f55f When comparing two templates in the template differ, consider them the by Douglas Gregor · 13 years ago
  21. 90c31f5 Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 13 years ago
  22. 2d5a561 Use a safe default width for template-diff'ing integral arguments, in by Douglas Gregor · 13 years ago
  23. 40ea264 Fix a crash in diagnostic printing when a template class type is diff'ed by Eli Friedman · 13 years ago
  24. c2c982c Make template diffing handle integral expressions of various widths correctly. by Eli Friedman · 13 years ago
  25. 6df8945 Fix the template type diffing to handle integral template arguments. by Richard Trieu · 13 years ago
  26. b724385 Update template type diffing to handle qualifiers. Differing qualifiers will by Richard Trieu · 13 years ago
  27. 6e0605d Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 13 years ago
  28. db96a42 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 13 years ago
  29. 1571652 Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 13 years ago
  30. 9184423 Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 13 years ago