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