index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
cxx0x-initializer-aggregates.cpp
Age
Commit message (
Expand
)
Author
2013-02-02
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2012-12-09
Fix overload resolution for the initialization of a multi-dimensional
Richard Smith
2012-07-07
PR12670: Support for initializing an array of non-aggregate class type from an
Richard Smith
2012-02-29
Make sure list-initialization of arrays works correctly in explicit type conv...
Eli Friedman
2012-02-16
Mark the parenthesized array member initialization diagnostic as DefaultError,
Richard Smith
2012-02-15
Support GCC's bug^Wextension allowing class array members to be initalized by a
Richard Smith
2012-02-13
Don't route explicit construction via list-initialization through the functio...
Sebastian Redl
2012-02-12
Proper initializer list support for new expressions and type construct expres...
Sebastian Redl
2012-02-12
Change the way we store initialization kinds so that all direct inits can dis...
Sebastian Redl
2011-11-01
Enable function call and some overload resolution with parameters of aggregat...
Sebastian Redl
2011-10-16
Diagnose when omitting braces in direct list-initialization in C++0x.
Sebastian Redl