aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-initializer-constructor.cpp
AgeCommit message (Expand)Author
2013-02-05Add some missing diagnostics for C++11 narrowing conversions.Richard Smith
2012-12-19PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith
2012-09-14As we do with base and member initializers in a dependent class, delayDouglas Gregor
2012-07-05PR13273: When performing list-initialization with an empty initializer list,Richard Smith
2012-04-10When we determine that an initialization sequence failed due to anDouglas Gregor
2012-04-01Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl
2012-03-27Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241.Sebastian Redl
2012-03-20More careful consideration of C++11 13.3.3.1p4. Fixes PR12257.Sebastian Redl
2012-03-08Turn explicit construction of temporaries using initializer list syntax into ...Sebastian Redl
2012-02-29Tentatively fix PR12117. The test case from the bug now passes, and all exist...Sebastian Redl
2012-02-27Implement a FIXME for conversion sequence distinction. Should fix PR12092.Sebastian Redl
2012-02-22Fix parsing and processing initializer lists in return statements and as dire...Sebastian Redl
2012-02-13Don't route explicit construction via list-initialization through the functio...Sebastian Redl
2012-02-12Employ DirectList initialized entities to properly sort through some initiali...Sebastian Redl
2012-02-11Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl
2011-12-22Overloading for initializer list construction.Sebastian Redl
2011-12-22Fix a parser bug that prevented it from correctly parsing explicit construct ...Sebastian Redl
2011-12-22List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl