aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/TrailingObjectsTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Remove TrailingObjects::operator delete. It's still suffering fromRichard Smith1-2/+2
2016-02-09Re-commit r259942 (reverted in r260053) with a different workaround for the M...Richard Smith1-0/+2
2016-02-07Revert 259942, r259943, r259948.Nico Weber1-2/+0
2016-02-05More workarounds for undefined behavior exposed when compiling in C++14 withRichard Smith1-0/+2
2016-01-14Update to use new name alignTo().Rui Ueyama1-6/+5
2015-12-29[TrailingObjects] Dynamically realign under-aligned trailing objects.James Y Knight1-0/+17
2015-12-21fix leak in a test, make the sanitizer bot greenKostya Serebryany1-1/+2
2015-12-18Rewrite the TrailingObjects template to provide two new features:James Y Knight1-4/+34
2015-08-06Fix Visual C++ error C2248: Yaron Keren1-2/+2
2015-08-05Add a TrailingObjects template class.James Y Knight1-0/+147