diff options
author | JF Bastien <jfbastien@apple.com> | 2019-07-31 03:22:08 +0000 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2019-07-31 03:22:08 +0000 |
commit | e825b834ecbd322db137ae8b69b6450282846ee8 (patch) | |
tree | 790c758824eed5c8ceba123dcb5148768ebb454f /llvm/docs | |
parent | e85f6bf66c989270816e67f81576f3d84430c9f9 (diff) | |
download | bcm5719-llvm-e825b834ecbd322db137ae8b69b6450282846ee8.tar.gz bcm5719-llvm-e825b834ecbd322db137ae8b69b6450282846ee8.zip |
[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
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/doxygen.cfg.in b/llvm/docs/doxygen.cfg.in index a8e84a31276..fe74edc0866 100644 --- a/llvm/docs/doxygen.cfg.in +++ b/llvm/docs/doxygen.cfg.in @@ -1926,7 +1926,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 |