aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/AlignOfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-23/+19
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-311-2/+11
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+0
* Removing utf-8 smart quote and trailing whitespaceJoe Abbey2012-11-171-2/+2
* Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...Joe Abbey2012-11-171-0/+12
* Provide definitions for all functions.Benjamin Kramer2012-11-101-0/+11
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-141-71/+47
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-171-117/+117
* Add a pragma to supress an MSVC warning on some of the absurd code I'mChandler Carruth2012-06-211-0/+6
* Disable a particular assertion on MSVC... I'm deeply disturbed by itsChandler Carruth2012-06-171-0/+5
* Add some somewhat exhaustive tests of sizeof properties of this horribleChandler Carruth2012-06-171-0/+60
* Relax one assertion -- long double has strange alignments on lots ofChandler Carruth2012-06-161-1/+6
* Try to reduce the size of the array used for compile-time testing byChandler Carruth2012-06-161-44/+48
* Add support to the alignment support header for conjuring a characterChandler Carruth2012-06-161-0/+248