summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-2/+2
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-4/+5
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-5/+4
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-4/+5
* P0620 follow-up: deducing `auto` from braced-init-list in new exprZhihao Yuan2017-12-111-1/+1
* Give a better error if auto deduction fails due to inconsistent element types...Richard Smith2017-08-301-1/+7
* Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' couldRichard Smith2017-01-051-0/+10
* Add missing "original call argument has same type as deduced parameter type"Richard Smith2017-01-051-3/+13
* Fix failure to treat overloaded function in braced-init-list as a non-deduced...Richard Smith2017-01-041-3/+7
* Revert accidentally-committed file.Richard Smith2017-01-041-2/+2
* Factor out duplicated code and simplify.Richard Smith2017-01-041-2/+2
* Fix deduction of pack elements after a braced-init-list.Richard Smith2017-01-041-0/+14
* Fix crash on invalid initialization with std::initializer_listReid Kleckner2015-12-091-0/+25
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-2/+4
* 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