Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
cxx11-initializer-aggregate.cpp
3e26863
Use zeroinitializer for (trailing zero portion of) large array initializers
by Richard Smith
· 7 years ago
156349f
Revert r333044 "Use zeroinitializer for (trailing zero portion of) large array initializers"
by Hans Wennborg
· 7 years ago
9062bbf
Use zeroinitializer for (trailing zero portion of) large array initializers
by Richard Smith
· 7 years ago
3f1d6de
Revert r332847; it caused us to miscompile certain forms of reference initialization.
by Richard Smith
· 7 years ago
9f80684
[CodeGen] Recognize more cases of zero initialization
by Serge Pavlov
· 7 years ago
382bc51
PR32044: Fix some cases where we would confuse a transparent init-list expression with an aggregate init.
by Richard Smith
· 9 years ago
218b783
Update Clang tests to handle explicitly typed gep changes in LLVM.
by David Blaikie
· 11 years ago
a2347ba
Mark C++ reference parameters as dereferenceable
by Hal Finkel
· 11 years ago
8edda96
A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. It
by Richard Smith
· 11 years ago
9b46eb8
Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests.
by Nick Lewycky
· 11 years ago
48d5418
Slightly generalize FileCheck patterns to unbreak -Asserts builds.
by Richard Smith
· 13 years ago
bb653bd
Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the
by Richard Smith
· 13 years ago