Ted Kremenek
|
129d7d3bde
|
Removed inclusion of cassert, which is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43099 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-17 22:12:14 +00:00 |
|
Ted Kremenek
|
87f3870db9
|
Added template function alignof() which provides a clean
function-based interface to getting the alignment of a type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43096 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-17 22:08:55 +00:00 |
|
Ted Kremenek
|
a4d9869cf2
|
Added llvm::AlignOf, a template class whose purpose is to portably
compute the minimum memory alignment of arbitrary types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43086 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-10-17 20:56:47 +00:00 |
|