summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-initializer-scalars.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the "too many braces in scalar initialization" extension causeRichard Smith2018-12-201-0/+23
* Fix handling of initialization from parenthesized initializer list.Richard Smith2017-03-241-5/+5
* Use descriptive message if list initializer is incorrectly parenthesized.Serge Pavlov2016-11-121-4/+17
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-5/+5
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-171-2/+2
* Parse brace initializers as default arguments. PR12236.Sebastian Redl2012-03-141-0/+7
* Single- and zero-element initializer lists to scalars are list-initialization...Sebastian Redl2012-02-281-0/+42
* Accept braced-init-lists in conditions, and, in passing, dramatically improveRichard Smith2012-02-221-0/+2
* Proper initializer list support for new expressions and type construct expres...Sebastian Redl2012-02-121-1/+3
* Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl2012-02-121-0/+5
* Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl2012-01-171-1/+0
* Implement overload resolution from init lists for scalar parameter types.Sebastian Redl2011-10-161-1/+21
* Prove that non-overloaded function calls using init list arguments work.Sebastian Redl2011-10-161-0/+5
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Correctly parse braced member initializers (even in delayed parsing) and corr...Sebastian Redl2011-09-241-0/+34