Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
clang
/
test
/
SemaCXX
/
cxx0x-initializer-references.cpp
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
9370dc2
[Sema] Do not permit binding a reference to a compound literal
by David Majnemer
· 11 years ago
420fa12
Improve the "braces around scalar init" warning to determine whether to warn
by Richard Smith
· 11 years ago
19d0867
Implement the remaining portion of DR1467 from r227022. I may have overlooked a few things, but this implementation comes straight from the DR resolution itself.
by Larisse Voufo
· 11 years ago
8d082d1
PR20844: If we fail to list-initialize a reference, map to the referenced type
by Richard Smith
· 11 years ago
541b38b
Switch the semantic DeclContext for a block-scope declaration of a function or
by Richard Smith
· 12 years ago
72752e8
Fix handling of braced-init-list as reference initializer within aggregate
by Richard Smith
· 12 years ago
03d9393
Don't crash when binding a reference to a temporary pointer created from
by Richard Smith
· 13 years ago
359087c
PR12660: Don't crash when initializing a const reference from a braced init list
by Richard Smith
· 14 years ago
e0691ea
Be smarter in discovering list-initialization of temporaries. Fixes PR12182.
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
df88864
Implement overload resolution for reference-typed parameters supplied with initializer lists.
by Sebastian Redl
· 14 years ago
29526f0
Reference initialization with initializer lists.
by Sebastian Redl
· 14 years ago