[ADT] Teach alignment helpers to work correctly for abstract classes.
[oota-llvm.git] / unittests / Support / AlignOfTest.cpp
2015-12-29 Chandler Carruth[ADT] Teach alignment helpers to work correctly for...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-03-26 Andrew KaylorSupress MSVC padding warning in alignment test
2015-01-19 Chandler CarruthSuppress the newly added Clang warning for the inaccess...
2012-12-31 Michael J. Spencer[AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-17 Joe AbbeyRemoving utf-8 smart quote and trailing whitespace
2012-11-17 Joe AbbeySuppressing the 'direct base ‘{anonymous}::S1’ inaccess...
2012-11-10 Benjamin KramerProvide definitions for all functions.
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-06-21 Chandler CarruthAdd a pragma to supress an MSVC warning on some of...
2012-06-17 Chandler CarruthDisable a particular assertion on MSVC... I'm deeply...
2012-06-17 Chandler CarruthAdd some somewhat exhaustive tests of sizeof properties...
2012-06-16 Chandler CarruthRelax one assertion -- long double has strange alignmen...
2012-06-16 Chandler CarruthTry to reduce the size of the array used for compile...
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...