summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
diff options
context:
space:
mode:
authorDavid L. Jones <dlj@google.com>2017-02-10 01:27:42 +0000
committerDavid L. Jones <dlj@google.com>2017-02-10 01:27:42 +0000
commit4b2273622298d4dfd70a736de39d52581aee1b1b (patch)
treeeee34508f7b37ef988de9405cdfcbb78763d3213 /clang/lib/Serialization/ASTReaderDecl.cpp
parent788b10ecbc0eb118fea8f022b0f044359629ccfa (diff)
downloadbcm5719-llvm-4b2273622298d4dfd70a736de39d52581aee1b1b.tar.gz
bcm5719-llvm-4b2273622298d4dfd70a736de39d52581aee1b1b.zip
Check for musl-libc's max_align_t in addition to other variants.
Summary: Libcxx will define its own max_align_t when it is not available. However, the availability checks today only check for Clang's definition and GCC's definition. In particular, it does not check for musl's definition, which is the same as GCC's but guarded with a different macro. Reviewers: mclow.lists, EricWF Reviewed By: EricWF Subscribers: chandlerc, cfe-commits Differential Revision: https://reviews.llvm.org/D28478 llvm-svn: 294683
Diffstat (limited to 'clang/lib/Serialization/ASTReaderDecl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud