]> granicus.if.org Git - clang/commitdiff
[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)
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/cfe/trunk@367383 91177308-0d34-0410-b5e6-96231b3b80d8

docs/doxygen.cfg.in

index 9fe259ae74f33c8a39e14e80d95d8f1126291a33..449552d99d46bd4726cbb6f49f1a6ca1de6e92e0 100644 (file)
@@ -1925,7 +1925,7 @@ INCLUDE_FILE_PATTERNS  =
 # recursively expanded use the := operator instead of the = operator.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
-PREDEFINED             = LLVM_ALIGNAS(x)=
+PREDEFINED             =
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The