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
/
cxx0x-initializer-stdinitializerlist.cpp
Age
Commit message (
Expand
)
Author
2013-01-31
Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
2012-12-09
Fix overload resolution for the initialization of a multi-dimensional
Richard Smith
2012-11-06
Fix assertion failure with auto and nested initializer list; PR14272.
Eli Friedman
2012-07-31
When testing whether we can perform copy or move initialization, be
Douglas Gregor
2012-04-04
Allow a conversion from the empty initializer list {} to an
Douglas Gregor
2012-04-04
When performing template argument deduction for an initializer list,
Douglas Gregor
2012-03-15
Support deducing template arguments from nested initializer lists. PR12119.
Sebastian Redl
2012-02-22
Fix parsing and processing initializer lists in return statements and as dire...
Sebastian Redl
2012-02-19
Emit a warning when list-initializing a std::initializer_list member.
Sebastian Redl
2012-02-12
Proper initializer list support for new expressions and type construct expres...
Sebastian Redl
2012-01-23
Minor fixups for auto deduction of initializer lists.
Sebastian Redl
2012-01-17
Auto deduction support for std::initializer_list, including for-range support...
Sebastian Redl
2012-01-17
Template argument deduction for std::initializer_list arguments from initiali...
Sebastian Redl
2012-01-17
Basic overloading support for std::initializer_list.
Sebastian Redl
2012-01-17
Sema support for initialization of std::initializer_list from initializer lists.
Sebastian Redl