summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/diag-template-diffing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-161-1/+1
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-1/+1
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-1/+1
* Update assumption in template diffing about integer template arguments.Richard Trieu2015-02-261-0/+13
* When checking the template argument list, use a copy of that list for changesRichard Trieu2015-01-241-0/+14
* This reverts commit r224668 and r224667.Rafael Espindola2014-12-231-14/+0
* Fix for PR21758Richard Trieu2014-12-201-0/+14
* If a template argument is non-evaluable expression, use the profile ID to seeRichard Trieu2014-07-261-0/+35
* Pass the PrintingPolicy when converting types to strings in template typeRichard Trieu2014-07-251-6/+14
* Print "(default)" for default template template arguments to match theRichard Trieu2014-07-241-1/+22
* Add support for nullptr template arguments to template type diffing.Richard Trieu2014-07-241-0/+54
* Fix '&' printing for template arguments in parentheses in template diffing.Richard Trieu2014-07-221-2/+6
* More gracefully handle parentheses in templare arguments in template diffing.Richard Trieu2014-07-221-1/+5
* Fix a template diffing problem were an '&' is unexpectedly printed inRichard Trieu2014-07-221-0/+16
* PR15677 - Crash in template diffing. Check that expression is evaluatable bef...Nikola Smiljanic2014-07-011-0/+37
* 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