]> granicus.if.org Git - llvm/commit
Retire llvm::alignOf in favor of C++11 alignof.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 20 Oct 2016 15:02:18 +0000 (15:02 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 20 Oct 2016 15:02:18 +0000 (15:02 +0000)
commitcb58e1e3bce2898afcd189005154089f4211b005
tree8b703ea8f4675edcfd8ac8c9dc2ebe9dcfc6a552
parent2913220dd601f5593de5c88a52fd07018885e738
Retire llvm::alignOf in favor of C++11 alignof.

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284733 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
include/llvm/ADT/IntervalMap.h
include/llvm/ADT/StringMap.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/User.h
include/llvm/Object/ELF.h
include/llvm/Support/Allocator.h
include/llvm/Support/ArrayRecycler.h
include/llvm/Support/Endian.h
include/llvm/Support/OnDiskHashTable.h
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/Recycler.h
include/llvm/Support/RecyclingAllocator.h
include/llvm/Support/TrailingObjects.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
lib/Analysis/GlobalsModRef.cpp
lib/CodeGen/MachineSSAUpdater.cpp
lib/IR/Metadata.cpp
lib/IR/Type.cpp
lib/IR/User.cpp
lib/MC/MCSymbol.cpp
lib/ProfileData/InstrProfReader.cpp
unittests/Support/TrailingObjectsTest.cpp