llvm-project/clang/test/CXX
Richard Smith 1b5404aff3 PR44540: Prefer an inherited default constructor over an initializer
list constructor when initializing from {}.

We would previously pick between calling an initializer list constructor
and calling a default constructor unstably in this situation, depending
on whether the inherited default constructor had already been used
elsewhere in the program.
2020-01-14 19:29:50 -08:00
..
basic When diagnosing the lack of a viable conversion function, also list 2020-01-09 15:15:02 -08:00
class [c++20] Compute exception specifications for defaulted comparisons. 2019-12-15 22:02:31 -08:00
class.access Fix implementation of [temp.local]p4. 2019-02-15 21:53:07 +00:00
class.derived [Concepts] Function trailing requires clauses 2020-01-09 15:07:51 +02:00
conv Specify an explicit underlying type for this enum to fix Windows 2018-06-29 20:41:23 +00:00
cpp PR41192: fix cases where "missing ';' after class" error would 2019-04-16 00:47:45 +00:00
dcl/dcl.decl [Concepts] Function trailing requires clauses 2020-01-09 15:07:51 +02:00
dcl.dcl When diagnosing an ambiguity, only note the candidates that contribute 2019-10-24 14:58:29 -07:00
dcl.decl PR44540: Prefer an inherited default constructor over an initializer 2020-01-14 19:29:50 -08:00
drs CWG2352: Allow qualification conversions during reference binding. 2020-01-09 18:24:06 -08:00
except [c++20] Compute exception specifications for defaulted comparisons. 2019-12-15 22:02:31 -08:00
expr When diagnosing the lack of a viable conversion function, also list 2020-01-09 15:15:02 -08:00
lex [C++20] Implement context-sensitive header-name lexing and pp-import parsing in the preprocessor. 2019-04-11 21:18:23 +00:00
module C++ DR2387: a variable template declared wtih (or instantiated with) a 2019-04-26 01:51:08 +00:00
modules-ts [c++2a] Implement semantic restrictions for 'export' declarations. 2019-04-22 22:50:11 +00:00
over When diagnosing the lack of a viable conversion function, also list 2020-01-09 15:15:02 -08:00
special When diagnosing the lack of a viable conversion function, also list 2020-01-09 15:15:02 -08:00
stmt.stmt Refactor the way we handle diagnosing unused expression results. 2019-01-04 16:58:14 +00:00
temp [Concepts] Type Constraints 2020-01-15 04:02:39 +02:00