Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
new-array-init.cpp
6e938ef
Change memcpy/memove/memset to have dest and source alignment attributes (Step 1).
by Daniel Neilson
· 8 years ago
0752762
When the new expr's array size is an ICE, emit it as a constant expression.
by Nick Lewycky
· 9 years ago
0511d23
PR22924, PR22845, some of CWG1464: When checking the initializer for an array
by Richard Smith
· 9 years ago
351241c
Replace Sema-level implementation of -fassume-sane-operator-new with a
by Richard Smith
· 9 years ago
218b783
Update Clang tests to handle explicitly typed gep changes in LLVM.
by David Blaikie
· 11 years ago
455f42c
Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi.
by Aaron Ballman
· 11 years ago
3337537
Throw a std::bad_array_new_length exception when the expression (or constant-expression) passed to operator new[] results in overflow in conformance with [expr.new]p7. Fixes PR11644.
by Aaron Ballman
· 11 years ago
06a67e2
When emitting a multidimensional array new, emit the initializers for the
by Richard Smith
· 11 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
f862eb6
CodeGen for array new list initializers. Doesn't correctly clean up in the face of exceptions yet.
by Sebastian Redl
· 14 years ago