[PATCH] D65458: [NFC] Remove LLVM_ALIGNAS

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 09:40:50 PDT 2019


jfb created this revision.
jfb added a reviewer: rnk.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, jkorous, mgorny.
Herald added projects: clang, LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65458

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65458.212368.patch
Type: text/x-patch
Size: 4268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190730/4291911c/attachment.bin>


More information about the cfe-commits mailing list