summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate and unify initializer list deductionHubert Tong2015-06-251-0/+7
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-0/+1
* PR22367: Don't forget to create a CXXFunctionalCastExpr aroundRichard Smith2015-01-281-0/+15
* Track the difference betweenRichard Smith2014-07-171-0/+5
* When list-initializing an object of class type, if we pick an initializer listRichard Smith2014-07-161-0/+16
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-031-0/+8
* PR18013: Don't assert diagnosing a bad std::initializer_list construction.Richard Smith2013-11-211-0/+5
* When creating an implicit conversion sequence for a reference of type T from anRichard Smith2013-09-061-0/+7
* PR12086, PR15117Richard Smith2013-06-121-1/+1
* Fix crash-on-invalid if list-initialization works, but we bail out whenRichard Smith2013-05-231-0/+10
* Replace "failed template argument deduction" diagnostic with something usefulRichard Smith2013-01-311-0/+9
* Fix overload resolution for the initialization of a multi-dimensionalRichard Smith2012-12-091-0/+8
* Fix assertion failure with auto and nested initializer list; PR14272.Eli Friedman2012-11-061-0/+4
* When testing whether we can perform copy or move initialization, beDouglas Gregor2012-07-311-0/+12
* Allow a conversion from the empty initializer list {} to anDouglas Gregor2012-04-041-0/+9
* When performing template argument deduction for an initializer list,Douglas Gregor2012-04-041-0/+16
* Support deducing template arguments from nested initializer lists. PR12119.Sebastian Redl2012-03-151-0/+13
* Fix parsing and processing initializer lists in return statements and as dire...Sebastian Redl2012-02-221-0/+1
* Emit a warning when list-initializing a std::initializer_list member.Sebastian Redl2012-02-191-0/+9
* Proper initializer list support for new expressions and type construct expres...Sebastian Redl2012-02-121-0/+5
* Minor fixups for auto deduction of initializer lists.Sebastian Redl2012-01-231-0/+5
* Auto deduction support for std::initializer_list, including for-range support...Sebastian Redl2012-01-171-0/+8
* Template argument deduction for std::initializer_list arguments from initiali...Sebastian Redl2012-01-171-0/+22
* Basic overloading support for std::initializer_list.Sebastian Redl2012-01-171-0/+29
* Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl2012-01-171-0/+60
OpenPOWER on IntegriCloud