Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
llvm
/
unittests
/
Support
/
AlignOfTest.cpp
db08e83
Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and followings.
by NAKAMURA Takumi
· 9 years ago
4d9c5c2
Lift the 10-type limit for AlignedCharArrayUnion
by Sean Callanan
· 9 years ago
aa48572
[Support] Fix AlignOf test on i386-linux.
by Benjamin Kramer
· 9 years ago
abe323e
[Support] Remove llvm::alignOf now that all uses are gone.
by Benjamin Kramer
· 9 years ago
6b52052
Fixed compilation issue.
by Elena Demikhovsky
· 10 years ago
6ac3f73
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes.
by Eugene Zelenko
· 10 years ago
8db8e8b
[ADT] Teach alignment helpers to work correctly for abstract classes.
by Chandler Carruth
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
1653071
[support] Add a macro wrapper for alignas and simplify some code.
by Benjamin Kramer
· 11 years ago
f8fea09
Supress MSVC padding warning in alignment test
by Andrew Kaylor
· 11 years ago
93756cf
Suppress the newly added Clang warning for the inaccessible base in this
by Chandler Carruth
· 11 years ago
da3e31a
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
by Michael J. Spencer
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
44d3bf2
Removing utf-8 smart quote and trailing whitespace
by Joe Abbey
· 13 years ago
035fc9a
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’
by Joe Abbey
· 13 years ago
933f411
Provide definitions for all functions.
by Benjamin Kramer
· 13 years ago
21e27ce
Fix up erroneous alignas usage while making this portable to GCC 4.7
by David Blaikie
· 13 years ago
9b9cec2
Flatten the aligned-char-array utility template to be a directly
by Chandler Carruth
· 13 years ago
92f2f37
Add a pragma to supress an MSVC warning on some of the absurd code I'm
by Chandler Carruth
· 13 years ago
d599a8c
Disable a particular assertion on MSVC... I'm deeply disturbed by its
by Chandler Carruth
· 13 years ago
a4d4075
Add some somewhat exhaustive tests of sizeof properties of this horrible
by Chandler Carruth
· 13 years ago
3bbbeeb
Relax one assertion -- long double has strange alignments on lots of platforms.
by Chandler Carruth
· 13 years ago
8710d88
Try to reduce the size of the array used for compile-time testing by
by Chandler Carruth
· 13 years ago
dea00d7
Add support to the alignment support header for conjuring a character
by Chandler Carruth
· 13 years ago