index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
overload-call.cpp
Age
Commit message (
Expand
)
Author
2012-05-24
DR1152 / PR12931 / PR6177: A candidate function which requires binding a const
Richard Smith
2012-05-15
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-15
Further improvement to wording of overload resolution diagnostics, and including
Richard Smith
2012-05-11
PR11857: When the wrong number of arguments are provided for a function
Richard Smith
2012-04-05
Enable warn_impcast_literal_float_to_integer by default.
David Blaikie
2012-03-10
Qualifiers on a canonical array type go on the outermost type, not the
Douglas Gregor
2012-02-25
Fix a regression from r151117: ADL requires that we attempt to complete any
Richard Smith
2012-02-22
Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a
Richard Smith
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-10-13
Allow calling an overloaded function set by taking the address of the
Douglas Gregor
2011-06-05
Identity and non-identity standard conversion sequences can be
Douglas Gregor
2010-11-09
Revert the fix for PR8013.
Douglas Gregor
2010-11-09
Handle overload resolution when calling an overloaded function set
Douglas Gregor
2010-10-05
Add test case for r115588.
Argyrios Kyrtzidis
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-07-01
Extend the "cannot convert from base class pointer to derived class
Douglas Gregor
2010-06-30
Improve diagnostic when we fail to pick an overload because it would
Douglas Gregor
2010-06-22
String literals enclosed in parentheses are still string
Douglas Gregor
2010-06-09
Tweak our handling of the notion of a standard conversion sequence
Douglas Gregor
2010-05-25
Make sure to strip off top-level cv-qualifiers as part of a
Douglas Gregor
2010-05-23
An identity conversion is better than any non-identity
Douglas Gregor
2010-04-24
When we are performing copy initialization of a class type via its
Douglas Gregor
2010-04-22
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-18
When performing reference initialization for the purposes of overload
Douglas Gregor
2010-04-13
When returning the result of a call to an object of class type, do not
Douglas Gregor
2010-03-07
Reference binding via user-defined conversion can compute a binding
Douglas Gregor
2010-02-28
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
Douglas Gregor
2010-02-25
Allow us to compare derived-to-base conversions between a reference
Douglas Gregor
2010-02-25
When comparing two method overload candidates during overload diagnostics,
John McCall
2010-02-25
Catch more uses of uninitialized implicit conversion sequences.
John McCall
2010-01-27
Fix a major oversight in the comparison of standard conversion
Douglas Gregor
2010-01-23
Produce a special diagnostic when users call a function with an argument of
John McCall
2010-01-14
Improve the diagnostic for bad conversions in overload resolution to talk
John McCall
2010-01-13
Don't report ambiguities in the user-defined conversion if we weren't supposed
John McCall
2010-01-13
Record some basic information about bad conversion sequences. Use that
John McCall
2010-01-13
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-12
Reorganize some of the code to note overload candidates. Improves the
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-13
Don't assume that all conversions to a void pointer are converting
Douglas Gregor
2009-12-09
First pass at implementing C++ enum semantics: calculate (and store) an
John McCall
2009-11-06
When we encounter a derived-to-base conversion when performing an
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-12
In C++, set the type of each of the enumerators in an enumeration to
Douglas Gregor
2008-11-26
Test conversion from apointer to incomplete type to void* in C++
Douglas Gregor
2008-10-29
Simplify and correct the check for function redefinitions. This does two things:
Douglas Gregor
2008-10-29
Implement overloading rules for reference binding
Douglas Gregor
2008-10-29
Tweak Sema::CheckReferenceInit so that it (optionally) computes an
Douglas Gregor
2008-10-29
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-23
Add support for conversions from a pointer-to-derived to a
Douglas Gregor
2008-10-22
Implement ranking of standard conversion sequences by their qualification
Douglas Gregor
[next]