aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/cxx0x-initializer-constructor.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Fix handling of initialization from parenthesized initializer list.Richard Smith1-2/+1
2016-09-07Fix clang's handling of the copy performed in the second phase of classRichard Smith1-1/+4
2015-02-12Improve the "braces around scalar init" warning to determine whether to warnRichard Smith1-0/+1
2015-02-10A temporary fix for backward compatibility breakages caused by PR12117.Larisse Voufo1-3/+4
2015-01-27Implement the remaining portion of DR1467 from r227022. I may have overlooked...Larisse Voufo1-1/+3
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith1-2/+2
2014-06-03PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith1-2/+19
2014-05-30PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic1-0/+11
2014-05-17Tweak diagnostic wording for init list narrowingAlp Toker1-2/+2
2014-05-13PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. ThisRichard Smith1-2/+12
2013-02-05Add some missing diagnostics for C++11 narrowing conversions.Richard Smith1-3/+2
2012-12-19PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith1-4/+50
2012-09-14As we do with base and member initializers in a dependent class, delayDouglas Gregor1-0/+16
2012-07-05PR13273: When performing list-initialization with an empty initializer list,Richard Smith1-0/+23
2012-04-10When we determine that an initialization sequence failed due to anDouglas Gregor1-0/+14
2012-04-01Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl1-6/+14
2012-03-27Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241.Sebastian Redl1-11/+6
2012-03-20More careful consideration of C++11 13.3.3.1p4. Fixes PR12257.Sebastian Redl1-0/+28
2012-03-08Turn explicit construction of temporaries using initializer list syntax into ...Sebastian Redl1-0/+18
2012-02-29Tentatively fix PR12117. The test case from the bug now passes, and all exist...Sebastian Redl1-0/+6
2012-02-27Implement a FIXME for conversion sequence distinction. Should fix PR12092.Sebastian Redl1-0/+18
2012-02-22Fix parsing and processing initializer lists in return statements and as dire...Sebastian Redl1-2/+9
2012-02-13Don't route explicit construction via list-initialization through the functio...Sebastian Redl1-5/+16
2012-02-12Employ DirectList initialized entities to properly sort through some initiali...Sebastian Redl1-0/+29
2012-02-11Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl1-0/+68
2011-12-22Overloading for initializer list construction.Sebastian Redl1-5/+20
2011-12-22Fix a parser bug that prevented it from correctly parsing explicit construct ...Sebastian Redl1-1/+1
2011-12-22List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl1-0/+66