[llvm-commits] [PATCH] [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion

Michael Spencer bigcheesegs at gmail.com
Mon Dec 31 01:35:10 PST 2012


Hi chandlerc,

This adds AlignedCharArray<Alignment, Size>. A templated struct that contains
a member named buffer of type char[Size] that is aligned to Alignment.

http://llvm-reviews.chandlerc.com/D257

Files:
  include/llvm/Support/AlignOf.h
  unittests/Support/AlignOfTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D257.1.patch
Type: text/x-patch
Size: 7475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121231/797526e2/attachment.bin>


More information about the llvm-commits mailing list