Add a pragma to supress an MSVC warning on some of the absurd code I'm
[oota-llvm.git] / unittests / Support / AlignOfTest.cpp
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...