[PATCH] D22668: TrailingObjects::FixedSizeStorage constexpr fixes

Hubert Tong via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 29 16:11:56 PDT 2016


hubert.reinterpretcast updated this revision to Diff 66194.
hubert.reinterpretcast added a comment.

Make FixedSizeStorage accessible to test code

FixedSizeStorage and not FixedSizeStorageOwner is what the test code needs. Use alias template to avoid issues with MSVC.


https://reviews.llvm.org/D22668

Files:
  include/llvm/Support/AlignOf.h
  include/llvm/Support/MathExtras.h
  include/llvm/Support/TrailingObjects.h
  unittests/Support/TrailingObjectsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22668.66194.patch
Type: text/x-patch
Size: 11600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160729/c7ee4931/attachment.bin>


More information about the cfe-commits mailing list