summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-initializer-constructor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-1/+1
* Fix handling of initialization from parenthesized initializer list.Richard Smith2017-03-241-2/+1
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-071-1/+4
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-0/+1
* A temporary fix for backward compatibility breakages caused by PR12117.Larisse Voufo2015-02-101-3/+4
* Implement the remaining portion of DR1467 from r227022. I may have overlooked...Larisse Voufo2015-01-271-1/+3
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-031-2/+2
* PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith2014-06-031-2/+19
* PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic2014-05-301-0/+11
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-171-2/+2
* PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. ThisRichard Smith2014-05-131-2/+12
* Add some missing diagnostics for C++11 narrowing conversions.Richard Smith2013-02-051-3/+2
* PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith2012-12-191-4/+50
* As we do with base and member initializers in a dependent class, delayDouglas Gregor2012-09-141-0/+16
* PR13273: When performing list-initialization with an empty initializer list,Richard Smith2012-07-051-0/+23
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-101-0/+14
* Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl2012-04-011-6/+14
* Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241.Sebastian Redl2012-03-271-11/+6
* More careful consideration of C++11 13.3.3.1p4. Fixes PR12257.Sebastian Redl2012-03-201-0/+28
* Turn explicit construction of temporaries using initializer list syntax into ...Sebastian Redl2012-03-081-0/+18
* Tentatively fix PR12117. The test case from the bug now passes, and all exist...Sebastian Redl2012-02-291-0/+6
* Implement a FIXME for conversion sequence distinction. Should fix PR12092.Sebastian Redl2012-02-271-0/+18
* Fix parsing and processing initializer lists in return statements and as dire...Sebastian Redl2012-02-221-2/+9
* Don't route explicit construction via list-initialization through the functio...Sebastian Redl2012-02-131-5/+16
* Employ DirectList initialized entities to properly sort through some initiali...Sebastian Redl2012-02-121-0/+29
* Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl2012-02-111-0/+68
* Overloading for initializer list construction.Sebastian Redl2011-12-221-5/+20
* Fix a parser bug that prevented it from correctly parsing explicit construct ...Sebastian Redl2011-12-221-1/+1
* List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl2011-12-221-0/+66