]> granicus.if.org Git - llvm/commit
[NFC] Remove LLVM_ALIGNAS
authorJF Bastien <jfbastien@apple.com>
Wed, 31 Jul 2019 03:22:08 +0000 (03:22 +0000)
committerJF Bastien <jfbastien@apple.com>
Wed, 31 Jul 2019 03:22:08 +0000 (03:22 +0000)
commiteb521fd586db98b7d0d599b276b088e8aba6715a
tree2c797e24dc3f9bff518ee1f5d6ed50a720fc82af
parentdab8dc2de6a57e804fa6b1b3911dccc7e7b14606
[NFC] Remove LLVM_ALIGNAS

Summary: The minimum compilers support all have alignas, and we don't use LLVM_ALIGNAS anywhere anymore. This also removes an MSVC diagnostic which, according to the comment above, isn't relevant anymore.

Reviewers: rnk

Subscribers: mgorny, jkorous, dexonsmith, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D65458

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367383 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake
docs/doxygen.cfg.in
include/llvm/Support/Compiler.h
unittests/Support/AlignOfTest.cpp