aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/AlignOfTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Fixed compilation issue.Elena Demikhovsky1-1/+1
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko1-4/+4
2015-12-29[ADT] Teach alignment helpers to work correctly for abstract classes.Chandler Carruth1-0/+20
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-5/+15
2015-04-02[support] Add a macro wrapper for alignas and simplify some code.Benjamin Kramer1-18/+4
2015-03-26Supress MSVC padding warning in alignment testAndrew Kaylor1-0/+6
2015-01-19Suppress the newly added Clang warning for the inaccessible base in thisChandler Carruth1-4/+4
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