Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
cxx0x-initializer-aggregates.cpp
76377dc
Print nested name specifiers for typedefs and type aliases
by Alex Lorenz
· 9 years ago
c4284e3
[Sema] Don't create an invalid source range for overlong initializer lists.
by Benjamin Kramer
· 10 years ago
de22923
Implement DR1270: braces can be elided in all aggregate initialization, not
by Richard Smith
· 12 years ago
c084bd28
PR15132: Replace "address expression must be an lvalue or a function
by Richard Smith
· 13 years ago
0db1ea5
Fix overload resolution for the initialization of a multi-dimensional
by Richard Smith
· 13 years ago
e20c83d
PR12670: Support for initializing an array of non-aggregate class type from an
by Richard Smith
· 13 years ago
576cbd0
Make sure list-initialization of arrays works correctly in explicit type conversions. PR12121.
by Eli Friedman
· 14 years ago
90e7c12
Mark the parenthesized array member initialization diagnostic as DefaultError,
by Richard Smith
· 14 years ago
ebeed41
Support GCC's bug^Wextension allowing class array members to be initalized by a
by Richard Smith
· 14 years ago
2b80af4
Don't route explicit construction via list-initialization through the functional cast code path. It sometimes does the wrong thing, produces horrible error messages, and is just unnecessary.
by Sebastian Redl
· 14 years ago
d74dd49
Proper initializer list support for new expressions and type construct expressions. Array new still missing.
by Sebastian Redl
· 14 years ago
0501c63
Change the way we store initialization kinds so that all direct inits can distinguish between list and parens form. This allows us to correctly diagnose the last test cases from litb.
by Sebastian Redl
· 14 years ago
72ef7bc
Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments.
by Sebastian Redl
· 14 years ago
8b6412a
Diagnose when omitting braces in direct list-initialization in C++0x.
by Sebastian Redl
· 14 years ago