summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-initializer-scalars.cpp
AgeCommit message (Expand)Author
2017-03-24Fix handling of initialization from parenthesized initializer list.Richard Smith
2016-11-12Use descriptive message if list initializer is incorrectly parenthesized.Serge Pavlov
2015-02-12Improve the "braces around scalar init" warning to determine whether to warnRichard Smith
2014-05-17Tweak diagnostic wording for init list narrowingAlp Toker
2012-03-14Parse brace initializers as default arguments. PR12236.Sebastian Redl
2012-02-28Single- and zero-element initializer lists to scalars are list-initialization...Sebastian Redl
2012-02-22Accept braced-init-lists in conditions, and, in passing, dramatically improveRichard Smith
2012-02-12Proper initializer list support for new expressions and type construct expres...Sebastian Redl
2012-02-12Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl
2012-01-17Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl
2011-10-16Implement overload resolution from init lists for scalar parameter types.Sebastian Redl
2011-10-16Prove that non-overloaded function calls using init list arguments work.Sebastian Redl
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-24Correctly parse braced member initializers (even in delayed parsing) and corr...Sebastian Redl