Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a40b7f2c4a968a0f35f088cd009d671389b09ac2
/
test
/
SemaCXX
/
dcl_init_aggr.cpp
58f9e13
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 14 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
a9bff30
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
by Douglas Gregor
· 15 years ago
2bbae5d
Use the new init code for member subobjects.
by Anders Carlsson
· 15 years ago
220ccbf
Improve the reporting of non-viable overload candidates by noting the reason
by John McCall
· 15 years ago
b1622a1
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 15 years ago
a91eb54
Switch file-scope assignment initialization over to InitializationSequence.
by Eli Friedman
· 15 years ago
7abfbdb
Switch more of Sema::CheckInitializerTypes over to
by Douglas Gregor
· 15 years ago
16006c9
When value-initializing a class with no user-defined constructors but
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
39da0b8
Improve handling of initialization by constructor, by ensuring that
by Douglas Gregor
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
3cb0692
Make one expected-diag directive match exactly one actual diagnostic.
by Sebastian Redl
· 16 years ago
eeb15d4
Implement semantic analysis for the GNU flexible array initialization
by Douglas Gregor
· 16 years ago
87fd703
Check value-initializations that occur when an initializer list
by Douglas Gregor
· 16 years ago
734d986
Improve our handling of the second step in a user-defined conversion
by Douglas Gregor
· 16 years ago
b574e56
Upgrade the "excess elements in array initializer" warning to an
by Douglas Gregor
· 16 years ago
930d8b5
Implement and test aggregate initialization in C++. Major changes:
by Douglas Gregor
· 16 years ago