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