summaryrefslogtreecommitdiff
path: root/unittests/Support/TrailingObjectsTest.cpp
AgeCommit message (Expand)Author
2017-02-28Workaround MSVC bug when using TrailingObjects from a template.James Y Knight
2016-10-20Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer
2016-07-30TrailingObjects::FixedSizeStorage constexpr fixes + testsHubert Tong
2016-02-09Remove TrailingObjects::operator delete. It's still suffering fromRichard Smith
2016-02-09Re-commit r259942 (reverted in r260053) with a different workaround for the M...Richard Smith
2016-02-07Revert 259942, r259943, r259948.Nico Weber
2016-02-05More workarounds for undefined behavior exposed when compiling in C++14 withRichard Smith
2016-01-14Update to use new name alignTo().Rui Ueyama
2015-12-29[TrailingObjects] Dynamically realign under-aligned trailing objects.James Y Knight
2015-12-21fix leak in a test, make the sanitizer bot greenKostya Serebryany
2015-12-18Rewrite the TrailingObjects template to provide two new features:James Y Knight
2015-08-06Fix Visual C++ error C2248: Yaron Keren
2015-08-05Add a TrailingObjects template class.James Y Knight