Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
constructors.cpp
d900dd0
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
by Sean Fertile
· 7 years ago
cc7e747
[CodeGenCXX] Treat 'this' as noalias in constructors
by Anton Bikineev
· 7 years ago
da08f6a
[clang]: Add support for "-fno-delete-null-pointer-checks"
by Manoj Gupta
· 7 years ago
df054d3
C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules for special member functions.
by Richard Smith
· 9 years ago
a953f28
Update Clang tests to handle explicitly typed load changes in LLVM.
by David Blaikie
· 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
c3cde36
Output destructors and constructors in a more natural order.
by Rafael Espindola
· 12 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
10f939c
Don't build member initializers for zero-length or incomplete arrays,
by Douglas Gregor
· 14 years ago
6549b31
Arrays are permitted to be zero-length in some situations.
by John McCall
· 14 years ago
a5f58b0
clang side to match the LLVM IR type system rewrite patch.
by Chris Lattner
· 14 years ago
05842da
Move unnamed_addr after the function arguments on Sabre's request.
by Rafael Espindola
· 15 years ago
0ee986c1f
Add unnamed_addr to constructors and destructors.
by Rafael Espindola
· 15 years ago
b3cec96
Account for the VTT argument when making an implicit copy constructor for
by John McCall
· 15 years ago
3155f57
Turn access control on by default in -cc1.
by John McCall
· 15 years ago
f8ff7b9
Perform two more constructor/destructor code-size optimizations:
by John McCall
· 16 years ago