summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/diag-template-diffing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix an edge case in the template differ with default arguments.Benjamin Kramer2013-10-081-1/+17
* If a default argument is a dependent type, get the real type from the desugaredRichard Trieu2013-07-201-2/+24
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-4/+4
* Fix crash on invalid in template type diffing.Richard Trieu2013-05-071-0/+27
* Do not assume the template argument is an integer only because theRichard Trieu2013-04-031-0/+5
* Fix a crasher in Template Diffing.Richard Trieu2013-04-031-0/+39
* Fix a crasher in Template Diffing.Richard Trieu2013-04-031-0/+55
* Strip off local qualifiers when converting from RecordType toRichard Trieu2013-03-231-24/+24
* Improve template diffing handling of default integer values.Richard Trieu2013-03-151-1/+1
* Update template diffing to handle template arguments that are declarations.Richard Trieu2013-02-271-0/+34
* When comparing two template template arguments in the template differ, considerRichard Trieu2013-01-311-0/+8
* When comparing two templates in the template differ, consider them theDouglas Gregor2013-01-311-0/+17
* Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu2013-01-301-0/+15
* Use a safe default width for template-diff'ing integral arguments, inDouglas Gregor2012-12-211-0/+18
* Fix a crash in diagnostic printing when a template class type is diff'edEli Friedman2012-12-181-0/+12
* Make template diffing handle integral expressions of various widths correctly.Eli Friedman2012-11-141-0/+7
* Fix the template type diffing to handle integral template arguments.Richard Trieu2012-11-011-0/+163
* Update template type diffing to handle qualifiers. Differing qualifiers willRichard Trieu2012-09-281-0/+185
* Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationTypeRichard Smith2012-09-261-0/+18
* Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestionRichard Trieu2012-06-291-38/+38
* Only print a semicolon after "no known conversion for Nth argument" if thereMatt Beaumont-Gay2012-06-281-52/+52
* Add template type diffing to Clang. This feature will provide a betterRichard Trieu2012-06-261-0/+433
OpenPOWER on IntegriCloud