[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)
commite825b834ecbd322db137ae8b69b6450282846ee8
tree790c758824eed5c8ceba123dcb5148768ebb454f
parente85f6bf66c989270816e67f81576f3d84430c9f9
[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

llvm-svn: 367383
clang-tools-extra/docs/doxygen.cfg.in
clang/docs/doxygen.cfg.in
llvm/cmake/modules/HandleLLVMOptions.cmake
llvm/docs/doxygen.cfg.in
llvm/include/llvm/Support/Compiler.h
llvm/unittests/Support/AlignOfTest.cpp