llvm-project/clang/test/CXX/over
Richard Smith 1ef7554efd DR1687: When overload resolution selects a built-in operator, implicit
conversions are only applied to operands of class type, and the second
standard conversion sequence is not applied.

When diagnosing an invalid builtin binary operator, talk about the
original types rather than the converted types. If these differ by a
user-defined conversion, tell the user what happened.

llvm-svn: 335781
2018-06-27 20:30:34 +00:00
..
over.built DR1687: When overload resolution selects a built-in operator, implicit 2018-06-27 20:30:34 +00:00
over.load
over.match [Sema] Improve diagnostics for const- and ref-qualified member functions 2017-12-31 18:27:29 +00:00
over.oper/over.literal Add a note that points to the linkage specifier for the C++ linkage errors 2016-11-02 15:46:34 +00:00
over.over [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for 2016-10-22 01:32:19 +00:00