summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/TrailingObjectsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-141-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Workaround MSVC bug when using TrailingObjects from a template.James Y Knight2017-02-281-0/+21
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-29/+24
* TrailingObjects::FixedSizeStorage constexpr fixes + testsHubert Tong2016-07-301-0/+47
* Remove TrailingObjects::operator delete. It's still suffering fromRichard Smith2016-02-091-2/+2
* Re-commit r259942 (reverted in r260053) with a different workaround for the M...Richard Smith2016-02-091-0/+2
* Revert 259942, r259943, r259948.Nico Weber2016-02-071-2/+0
* More workarounds for undefined behavior exposed when compiling in C++14 withRichard Smith2016-02-051-0/+2
* Update to use new name alignTo().Rui Ueyama2016-01-141-6/+5
* [TrailingObjects] Dynamically realign under-aligned trailing objects.James Y Knight2015-12-291-0/+17
* fix leak in a test, make the sanitizer bot greenKostya Serebryany2015-12-211-1/+2
* Rewrite the TrailingObjects template to provide two new features:James Y Knight2015-12-181-4/+34
* Fix Visual C++ error C2248: Yaron Keren2015-08-061-2/+2
* Add a TrailingObjects template class.James Y Knight2015-08-051-0/+147
OpenPOWER on IntegriCloud