aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-05Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' couldRichard Smith1-0/+10
2017-01-05Add missing "original call argument has same type as deduced parameter type"Richard Smith1-3/+13
2017-01-04Fix failure to treat overloaded function in braced-init-list as a non-deduced...Richard Smith1-3/+7
2017-01-04Revert accidentally-committed file.Richard Smith1-2/+2
2017-01-04Factor out duplicated code and simplify.Richard Smith1-2/+2
2017-01-04Fix deduction of pack elements after a braced-init-list.Richard Smith1-0/+14
2015-12-09Fix crash on invalid initialization with std::initializer_listReid Kleckner1-0/+25
2015-11-11N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith1-2/+4
2015-06-25Consolidate and unify initializer list deductionHubert Tong1-0/+7
2015-02-11Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith1-0/+1
2015-01-28PR22367: Don't forget to create a CXXFunctionalCastExpr aroundRichard Smith1-0/+15
2014-07-17Track the difference betweenRichard Smith1-0/+5
2014-07-16When list-initializing an object of class type, if we pick an initializer listRichard Smith1-0/+16
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith1-0/+8
2013-11-21PR18013: Don't assert diagnosing a bad std::initializer_list construction.Richard Smith1-0/+5
2013-09-06When creating an implicit conversion sequence for a reference of type T from anRichard Smith1-0/+7
2013-06-12PR12086, PR15117Richard Smith1-1/+1
2013-05-23Fix crash-on-invalid if list-initialization works, but we bail out whenRichard Smith1-0/+10
2013-01-31Replace "failed template argument deduction" diagnostic with something usefulRichard Smith1-0/+9
2012-12-09Fix overload resolution for the initialization of a multi-dimensionalRichard Smith1-0/+8
2012-11-06Fix assertion failure with auto and nested initializer list; PR14272.Eli Friedman1-0/+4
2012-07-31When testing whether we can perform copy or move initialization, beDouglas Gregor1-0/+12
2012-04-04Allow a conversion from the empty initializer list {} to anDouglas Gregor1-0/+9
2012-04-04When performing template argument deduction for an initializer list,Douglas Gregor1-0/+16
2012-03-15Support deducing template arguments from nested initializer lists. PR12119.Sebastian Redl1-0/+13
2012-02-22Fix parsing and processing initializer lists in return statements and as dire...Sebastian Redl1-0/+1
2012-02-19Emit a warning when list-initializing a std::initializer_list member.Sebastian Redl1-0/+9
2012-02-12Proper initializer list support for new expressions and type construct expres...Sebastian Redl1-0/+5
2012-01-23Minor fixups for auto deduction of initializer lists.Sebastian Redl1-0/+5
2012-01-17Auto deduction support for std::initializer_list, including for-range support...Sebastian Redl1-0/+8
2012-01-17Template argument deduction for std::initializer_list arguments from initiali...Sebastian Redl1-0/+22
2012-01-17Basic overloading support for std::initializer_list.Sebastian Redl1-0/+29
2012-01-17Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl1-0/+60