aboutsummaryrefslogtreecommitdiff
path: root/test/Misc/diag-template-diffing.cpp
AgeCommit message (Expand)Author
2013-04-03Do not assume the template argument is an integer only because theRichard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-03-23Strip off local qualifiers when converting from RecordType toRichard Trieu
2013-03-15Improve template diffing handling of default integer values.Richard Trieu
2013-02-27Update template diffing to handle template arguments that are declarations.Richard Trieu
2013-01-31When comparing two template template arguments in the template differ, considerRichard Trieu
2013-01-31When comparing two templates in the template differ, consider them theDouglas Gregor
2013-01-30Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu
2012-12-21Use a safe default width for template-diff'ing integral arguments, inDouglas Gregor
2012-12-18Fix a crash in diagnostic printing when a template class type is diff'edEli Friedman
2012-11-14Make template diffing handle integral expressions of various widths correctly.Eli Friedman
2012-11-01Fix the template type diffing to handle integral template arguments.Richard Trieu
2012-09-28Update template type diffing to handle qualifiers. Differing qualifiers willRichard Trieu
2012-09-26Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationTypeRichard Smith
2012-06-29Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestionRichard Trieu
2012-06-28Only print a semicolon after "no known conversion for Nth argument" if thereMatt Beaumont-Gay
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu