summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/overload-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Record some basic information about bad conversion sequences. Use thatJohn McCall2010-01-131-2/+8
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Reorganize some of the code to note overload candidates. Improves theJohn McCall2010-01-121-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't assume that all conversions to a void pointer are convertingDouglas Gregor2009-12-131-0/+10
* First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall2009-12-091-1/+1
* When we encounter a derived-to-base conversion when performing anDouglas Gregor2009-11-061-0/+13
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* In C++, set the type of each of the enumerators in an enumeration toDouglas Gregor2008-12-121-3/+3
* Test conversion from apointer to incomplete type to void* in C++Douglas Gregor2008-11-261-1/+4
* Simplify and correct the check for function redefinitions. This does two things:Douglas Gregor2008-10-291-2/+2
* Implement overloading rules for reference bindingDouglas Gregor2008-10-291-0/+22
* Tweak Sema::CheckReferenceInit so that it (optionally) computes an Douglas Gregor2008-10-291-0/+28
* Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor2008-10-291-0/+11
* Add support for conversions from a pointer-to-derived to aDouglas Gregor2008-10-231-0/+29
* Implement ranking of standard conversion sequences by their qualificationDouglas Gregor2008-10-221-1/+22
* Fix a thinko in the qualification-conversion check when the qualificaitons ar...Douglas Gregor2008-10-221-0/+29
* Preliminary support for function overloadingDouglas Gregor2008-10-211-0/+137
OpenPOWER on IntegriCloud