Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
clang
/
test
/
SemaCXX
/
cxx0x-initializer-stdinitializerlist.cpp
b1efc9b
Give a better error if auto deduction fails due to inconsistent element types in a braced initializer list.
by Richard Smith
· 8 years ago
c8a32e5
Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' could
by Richard Smith
· 9 years ago
c92d206
Add missing "original call argument has same type as deduced parameter type"
by Richard Smith
· 9 years ago
363ae81
Fix failure to treat overloaded function in braced-init-list as a non-deduced context.
by Richard Smith
· 9 years ago
1b99a9e
Revert accidentally-committed file.
by Richard Smith
· 9 years ago
a7d5ec9
Factor out duplicated code and simplify.
by Richard Smith
· 9 years ago
b576c17
Fix deduction of pack elements after a braced-init-list.
by Richard Smith
· 9 years ago
4a09e88
Fix crash on invalid initialization with std::initializer_list
by Reid Kleckner
· 10 years ago
42b1057
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
by Richard Smith
· 10 years ago
3280b33
Consolidate and unify initializer list deduction
by Hubert Tong
· 10 years ago
215f423
Add a warning for direct-list-initialization of a variable with a deduced type
by Richard Smith
· 11 years ago
1ae689c
PR22367: Don't forget to create a CXXFunctionalCastExpr around
by Richard Smith
· 11 years ago
f8adcdc
Track the difference between
by Richard Smith
· 11 years ago
5332411
When list-initializing an object of class type, if we pick an initializer list
by Richard Smith
· 11 years ago
454a7cd
Implement DR990 and DR1070. Aggregate initialization initializes uninitialized
by Richard Smith
· 11 years ago
0449aaf
PR18013: Don't assert diagnosing a bad std::initializer_list construction.
by Richard Smith
· 12 years ago
4d2bbd7
When creating an implicit conversion sequence for a reference of type T from an
by Richard Smith
· 12 years ago
cc1b96d
PR12086, PR15117
by Richard Smith
· 12 years ago
cd09065
Fix crash-on-invalid if list-initialization works, but we bail out when
by Richard Smith
· 12 years ago
8c6eeb9
Replace "failed template argument deduction" diagnostic with something useful
by Richard Smith
· 13 years ago
0db1ea5
Fix overload resolution for the initialization of a multi-dimensional
by Richard Smith
· 13 years ago
e431095
Fix assertion failure with auto and nested initializer list; PR14272.
by Eli Friedman
· 13 years ago
f4cc61d
When testing whether we can perform copy or move initialization, be
by Douglas Gregor
· 13 years ago
0f5c1c0
Allow a conversion from the empty initializer list {} to an
by Douglas Gregor
· 14 years ago
0e60cd7
When performing template argument deduction for an initializer list,
by Douglas Gregor
· 14 years ago
1918166
Support deducing template arguments from nested initializer lists. PR12119.
by Sebastian Redl
· 14 years ago
eef474c
Fix parsing and processing initializer lists in return statements and as direct member initializers.
by Sebastian Redl
· 14 years ago
73cfbeb
Emit a warning when list-initializing a std::initializer_list member.
by Sebastian Redl
· 14 years ago
d74dd49
Proper initializer list support for new expressions and type construct expressions. Array new still missing.
by Sebastian Redl
· 14 years ago
09edce0
Minor fixups for auto deduction of initializer lists.
by Sebastian Redl
· 14 years ago
42acd4a
Auto deduction support for std::initializer_list, including for-range support. This means you can now write:
by Sebastian Redl
· 14 years ago
43144e7
Template argument deduction for std::initializer_list arguments from initializer lists.
by Sebastian Redl
· 14 years ago
10f0fc0
Basic overloading support for std::initializer_list.
by Sebastian Redl
· 14 years ago
c1839b1
Sema support for initialization of std::initializer_list from initializer lists.
by Sebastian Redl
· 14 years ago