summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/AlignOfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove LLVM_ALIGNASJF Bastien2019-07-311-4/+4
* [NFC] use C++11 in AlignOf.h, remove AlignedCharArrayJF Bastien2019-07-301-11/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and follo...NAKAMURA Takumi2017-01-131-18/+0
* Lift the 10-type limit for AlignedCharArrayUnionSean Callanan2017-01-091-0/+18
* [Support] Fix AlignOf test on i386-linux.Benjamin Kramer2016-10-211-12/+15
* [Support] Remove llvm::alignOf now that all uses are gone.Benjamin Kramer2016-10-201-166/+55
* Fixed compilation issue.Elena Demikhovsky2016-01-281-1/+1
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-4/+4
* [ADT] Teach alignment helpers to work correctly for abstract classes.Chandler Carruth2015-12-291-0/+20
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-5/+15
* [support] Add a macro wrapper for alignas and simplify some code.Benjamin Kramer2015-04-021-18/+4
* Supress MSVC padding warning in alignment testAndrew Kaylor2015-03-261-0/+6
* Suppress the newly added Clang warning for the inaccessible base in thisChandler Carruth2015-01-191-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
OpenPOWER on IntegriCloud