aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-initializer-aggregates.cpp
AgeCommit message (Expand)Author
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2012-12-09Fix overload resolution for the initialization of a multi-dimensionalRichard Smith
2012-07-07PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith
2012-02-29Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman
2012-02-16Mark the parenthesized array member initialization diagnostic as DefaultError,Richard Smith
2012-02-15Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith
2012-02-13Don't route explicit construction via list-initialization through the functio...Sebastian Redl
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
2011-11-01Enable function call and some overload resolution with parameters of aggregat...Sebastian Redl
2011-10-16Diagnose when omitting braces in direct list-initialization in C++0x.Sebastian Redl