summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-initializer-aggregates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-1/+1
* [Sema] Don't create an invalid source range for overlong initializer lists.Benjamin Kramer2015-09-231-0/+4
* Implement DR1270: braces can be elided in all aggregate initialization, notRichard Smith2013-06-061-14/+13
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-0/+5
* Fix overload resolution for the initialization of a multi-dimensionalRichard Smith2012-12-091-1/+10
* PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith2012-07-071-0/+29
* Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman2012-02-291-0/+14
* Mark the parenthesized array member initialization diagnostic as DefaultError,Richard Smith2012-02-161-1/+1
* Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith2012-02-151-1/+1
* Don't route explicit construction via list-initialization through the functio...Sebastian Redl2012-02-131-0/+7
* Proper initializer list support for new expressions and type construct expres...Sebastian Redl2012-02-121-0/+7
* Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl2012-02-121-0/+2
* Enable function call and some overload resolution with parameters of aggregat...Sebastian Redl2011-11-011-1/+34
* Diagnose when omitting braces in direct list-initialization in C++0x.Sebastian Redl2011-10-161-0/+26