OSDN Git Service

Flatten the aligned-char-array utility template to be a directly
authorChandler Carruth <chandlerc@gmail.com>
Fri, 17 Aug 2012 01:47:25 +0000 (01:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 17 Aug 2012 01:47:25 +0000 (01:47 +0000)
commitcbeb8d9869aafec3c2c1ee0922f0a4d5bb4a916a
tree30864ed862f39925ca23fde7e3becb3686a7a3a2
parent083b48af14c8bfa0e96f63ebc889704d09655fd4
Flatten the aligned-char-array utility template to be a directly
templated union at the request of Richard Smith. This makes it
substantially easier to type. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162072 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h
include/llvm/Support/AlignOf.h
unittests/Support/AlignOfTest.cpp