Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
cxx0x-initializer-scalars.cpp
0a90d7c
Make the "too many braces in scalar initialization" extension cause
by Richard Smith
· 7 years ago
49a6b6e
Fix handling of initialization from parenthesized initializer list.
by Richard Smith
· 9 years ago
3852637
Use descriptive message if list initializer is incorrectly parenthesized.
by Serge Pavlov
· 9 years ago
420fa12
Improve the "braces around scalar init" warning to determine whether to warn
by Richard Smith
· 11 years ago
b086903
Tweak diagnostic wording for init list narrowing
by Alp Toker
· 11 years ago
db63af2
Parse brace initializers as default arguments. PR12236.
by Sebastian Redl
· 14 years ago
12edeb0
Single- and zero-element initializer lists to scalars are list-initializations. Fixes PR12118.
by Sebastian Redl
· 14 years ago
2a15b74
Accept braced-init-lists in conditions, and, in passing, dramatically improve
by Richard Smith
· 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
c1839b1
Sema support for initialization of std::initializer_list from initializer lists.
by Sebastian Redl
· 14 years ago
b17be8d
Implement overload resolution from init lists for scalar parameter types.
by Sebastian Redl
· 14 years ago
b92a877
Prove that non-overloaded function calls using init list arguments work.
by Sebastian Redl
· 14 years ago
9ca5c42
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 14 years ago
a74948d
Correctly parse braced member initializers (even in delayed parsing) and correctly pass
by Sebastian Redl
· 14 years ago