summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/overload-candidates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix test case in pre-C++11 mode; address Aaron Ballman's code review.Douglas Gregor2017-07-051-1/+1
* Cope with Range-v3's CONCEPT_REQUIRES idiomDouglas Gregor2017-07-051-0/+26
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-051-4/+4
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-6/+20
* Part of PR15673: If a function template has a default argument in whichRichard Smith2013-07-041-0/+45
* Fix PR15634, better error message for template deduction failure.Richard Trieu2013-04-081-0/+17
* A little tweak to the SFINAE condition reporting. Don't say:Richard Smith2012-05-091-0/+22
* When we suppress an error due to SFINAE, stash the diagnostic away with theRichard Smith2012-05-071-1/+3
* Record template argument deduction failures for member functionDouglas Gregor2010-05-081-0/+9
* When printing an overload candidate that failed due to SFINAE, print aDouglas Gregor2010-05-081-0/+7
* Improve overload-candidate diagnostic for a function template thatDouglas Gregor2010-05-081-0/+16
* When printing a non-viable overload candidate that failed due toDouglas Gregor2010-05-081-0/+8