summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/overload-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-241-2/+2
* Fix overload resolution between Ptr-To-Member and BoolErich Keane2018-06-121-0/+21
* [Sema] Use %sub to cleanup overload diagnosticsEric Fiselier2018-05-301-16/+17
* Preserve the "last diagnostic was suppressed" flag across SFINAE checks.Richard Smith2017-11-301-0/+8
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-1/+1
* Revert r291410 and r291411.Richard Smith2017-01-091-1/+1
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-1/+1
* Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...Renato Golin2017-01-021-1/+1
* DR1391: Check for implicit conversion sequences for non-dependent functionRichard Smith2017-01-021-1/+1
* [Sema] Compare bad conversions in overload resolution.George Burgess IV2016-09-071-0/+11
* PR5941 - improve diagnostic for * vs & confusion when choosing overload candi...David Blaikie2016-03-041-8/+16
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-7/+38
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-081-1/+1
* In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or anRichard Smith2014-07-141-10/+6
* Superficial fix for PR20218: binding a function lvalue to a const reference toRichard Smith2014-07-141-0/+22
* Add testcase for r208062.Nick Lewycky2014-05-061-1/+11
* DR1152 / PR12931 / PR6177: A candidate function which requires binding a constRichard Smith2012-05-241-8/+14
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+1
* Further improvement to wording of overload resolution diagnostics, and includingRichard Smith2012-05-151-3/+3
* PR11857: When the wrong number of arguments are provided for a functionRichard Smith2012-05-111-2/+8
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+1
* Qualifiers on a canonical array type go on the outermost type, not theDouglas Gregor2012-03-101-0/+5
* Fix a regression from r151117: ADL requires that we attempt to complete anyRichard Smith2012-02-251-1/+21
* Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is aRichard Smith2012-02-221-0/+9
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-13/+13
* Allow calling an overloaded function set by taking the address of theDouglas Gregor2011-10-131-0/+9
* Identity and non-identity standard conversion sequences can beDouglas Gregor2011-06-051-0/+22
* Revert the fix for PR8013.Douglas Gregor2010-11-091-8/+0
* Handle overload resolution when calling an overloaded function setDouglas Gregor2010-11-091-0/+8
* Add test case for r115588.Argyrios Kyrtzidis2010-10-051-0/+13
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-3/+3
* Extend the "cannot convert from base class pointer to derived classDouglas Gregor2010-07-011-0/+6
* Improve diagnostic when we fail to pick an overload because it wouldDouglas Gregor2010-06-301-0/+6
* String literals enclosed in parentheses are still stringDouglas Gregor2010-06-221-0/+1
* Tweak our handling of the notion of a standard conversion sequenceDouglas Gregor2010-06-091-0/+17
* Make sure to strip off top-level cv-qualifiers as part of aDouglas Gregor2010-05-251-0/+16
* An identity conversion is better than any non-identityDouglas Gregor2010-05-231-0/+14
* When we are performing copy initialization of a class type via itsDouglas Gregor2010-04-241-1/+1
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* When performing reference initialization for the purposes of overloadDouglas Gregor2010-04-181-3/+12
* When returning the result of a call to an object of class type, do notDouglas Gregor2010-04-131-0/+15
* Reference binding via user-defined conversion can compute a bindingDouglas Gregor2010-03-071-0/+20
* Warn about the deprecated string literal -> char* conversion. Fixes PR6428.Douglas Gregor2010-02-281-3/+3
* Allow us to compare derived-to-base conversions between a referenceDouglas Gregor2010-02-251-0/+13
* When comparing two method overload candidates during overload diagnostics,John McCall2010-02-251-1/+2
* Catch more uses of uninitialized implicit conversion sequences.John McCall2010-02-251-0/+13
* Fix a major oversight in the comparison of standard conversionDouglas Gregor2010-01-271-0/+12
* Produce a special diagnostic when users call a function with an argument ofJohn McCall2010-01-231-0/+14
* Improve the diagnostic for bad conversions in overload resolution to talkJohn McCall2010-01-141-2/+2
* Don't report ambiguities in the user-defined conversion if we weren't supposedJohn McCall2010-01-131-0/+16
OpenPOWER on IntegriCloud