index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
overload-call.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When diagnosing an ambiguity, only note the candidates that contribute
Richard Smith
2019-10-24
1
-2
/
+2
*
Fix overload resolution between Ptr-To-Member and Bool
Erich Keane
2018-06-12
1
-0
/
+21
*
[Sema] Use %sub to cleanup overload diagnostics
Eric Fiselier
2018-05-30
1
-16
/
+17
*
Preserve the "last diagnostic was suppressed" flag across SFINAE checks.
Richard Smith
2017-11-30
1
-0
/
+8
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-1
/
+1
*
Revert r291410 and r291411.
Richard Smith
2017-01-09
1
-1
/
+1
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-1
/
+1
*
Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...
Renato Golin
2017-01-02
1
-1
/
+1
*
DR1391: Check for implicit conversion sequences for non-dependent function
Richard Smith
2017-01-02
1
-1
/
+1
*
[Sema] Compare bad conversions in overload resolution.
George Burgess IV
2016-09-07
1
-0
/
+11
*
PR5941 - improve diagnostic for * vs & confusion when choosing overload candi...
David Blaikie
2016-03-04
1
-8
/
+16
*
[Lit Test] Updated 20 Lit tests to be C++11 compatible.
Charles Li
2015-12-10
1
-7
/
+38
*
Update a few more tests in response to the MS ABI enum semantics
David Majnemer
2015-10-08
1
-1
/
+1
*
In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or an
Richard Smith
2014-07-14
1
-10
/
+6
*
Superficial fix for PR20218: binding a function lvalue to a const reference to
Richard Smith
2014-07-14
1
-0
/
+22
*
Add testcase for r208062.
Nick Lewycky
2014-05-06
1
-1
/
+11
*
DR1152 / PR12931 / PR6177: A candidate function which requires binding a const
Richard Smith
2012-05-24
1
-8
/
+14
*
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-15
1
-1
/
+1
*
Further improvement to wording of overload resolution diagnostics, and including
Richard Smith
2012-05-15
1
-3
/
+3
*
PR11857: When the wrong number of arguments are provided for a function
Richard Smith
2012-05-11
1
-2
/
+8
*
Enable warn_impcast_literal_float_to_integer by default.
David Blaikie
2012-04-05
1
-1
/
+1
*
Qualifiers on a canonical array type go on the outermost type, not the
Douglas Gregor
2012-03-10
1
-0
/
+5
*
Fix a regression from r151117: ADL requires that we attempt to complete any
Richard Smith
2012-02-25
1
-1
/
+21
*
Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a
Richard Smith
2012-02-22
1
-0
/
+9
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-13
/
+13
*
Allow calling an overloaded function set by taking the address of the
Douglas Gregor
2011-10-13
1
-0
/
+9
*
Identity and non-identity standard conversion sequences can be
Douglas Gregor
2011-06-05
1
-0
/
+22
*
Revert the fix for PR8013.
Douglas Gregor
2010-11-09
1
-8
/
+0
*
Handle overload resolution when calling an overloaded function set
Douglas Gregor
2010-11-09
1
-0
/
+8
*
Add test case for r115588.
Argyrios Kyrtzidis
2010-10-05
1
-0
/
+13
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-3
/
+3
*
Extend the "cannot convert from base class pointer to derived class
Douglas Gregor
2010-07-01
1
-0
/
+6
*
Improve diagnostic when we fail to pick an overload because it would
Douglas Gregor
2010-06-30
1
-0
/
+6
*
String literals enclosed in parentheses are still string
Douglas Gregor
2010-06-22
1
-0
/
+1
*
Tweak our handling of the notion of a standard conversion sequence
Douglas Gregor
2010-06-09
1
-0
/
+17
*
Make sure to strip off top-level cv-qualifiers as part of a
Douglas Gregor
2010-05-25
1
-0
/
+16
*
An identity conversion is better than any non-identity
Douglas Gregor
2010-05-23
1
-0
/
+14
*
When we are performing copy initialization of a class type via its
Douglas Gregor
2010-04-24
1
-1
/
+1
*
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-22
1
-1
/
+1
*
When performing reference initialization for the purposes of overload
Douglas Gregor
2010-04-18
1
-3
/
+12
*
When returning the result of a call to an object of class type, do not
Douglas Gregor
2010-04-13
1
-0
/
+15
*
Reference binding via user-defined conversion can compute a binding
Douglas Gregor
2010-03-07
1
-0
/
+20
*
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
Douglas Gregor
2010-02-28
1
-3
/
+3
*
Allow us to compare derived-to-base conversions between a reference
Douglas Gregor
2010-02-25
1
-0
/
+13
*
When comparing two method overload candidates during overload diagnostics,
John McCall
2010-02-25
1
-1
/
+2
*
Catch more uses of uninitialized implicit conversion sequences.
John McCall
2010-02-25
1
-0
/
+13
*
Fix a major oversight in the comparison of standard conversion
Douglas Gregor
2010-01-27
1
-0
/
+12
*
Produce a special diagnostic when users call a function with an argument of
John McCall
2010-01-23
1
-0
/
+14
*
Improve the diagnostic for bad conversions in overload resolution to talk
John McCall
2010-01-14
1
-2
/
+2
*
Don't report ambiguities in the user-defined conversion if we weren't supposed
John McCall
2010-01-13
1
-0
/
+16
[next]