summaryrefslogtreecommitdiff
path: root/unittests/Support/AlignOfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-31[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer1-2/+11
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-1/+0
2012-11-17Removing utf-8 smart quote and trailing whitespaceJoe Abbey1-2/+2
2012-11-17Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...Joe Abbey1-0/+12
2012-11-10Provide definitions for all functions.Benjamin Kramer1-0/+11
2012-09-14Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie1-71/+47
2012-08-17Flatten the aligned-char-array utility template to be a directlyChandler Carruth1-117/+117
2012-06-21Add a pragma to supress an MSVC warning on some of the absurd code I'mChandler Carruth1-0/+6
2012-06-17Disable a particular assertion on MSVC... I'm deeply disturbed by itsChandler Carruth1-0/+5
2012-06-17Add some somewhat exhaustive tests of sizeof properties of this horribleChandler Carruth1-0/+60
2012-06-16Relax one assertion -- long double has strange alignments on lots ofChandler Carruth1-1/+6
2012-06-16Try to reduce the size of the array used for compile-time testing byChandler Carruth1-44/+48
2012-06-16Add support to the alignment support header for conjuring a characterChandler Carruth1-0/+248