diff options
author | zoecarver <z.zoelec2@gmail.com> | 2020-05-23 14:43:12 -0700 |
---|---|---|
committer | zoecarver <z.zoelec2@gmail.com> | 2020-05-25 11:38:24 -0700 |
commit | 37ef15143a5d77a0fba0ece4c26a72cfb9e050a0 (patch) | |
tree | 36f97d439294834955b97bd4f1596f36d6e14679 /llvm/lib/IR/Module.cpp | |
parent | e0aefaedb617766f4667118911fccb4a14abfb94 (diff) | |
download | llvm-37ef15143a5d77a0fba0ece4c26a72cfb9e050a0.zip llvm-37ef15143a5d77a0fba0ece4c26a72cfb9e050a0.tar.gz llvm-37ef15143a5d77a0fba0ece4c26a72cfb9e050a0.tar.bz2 |
[libcxx] Fix C++14 and up constexpr members in MoveOnly.
Summary: a4b8ee6 made all MoveOnly members constexpr but, some members and constructors contain expressions that are only valid in C++14 and later. This patch prefixes those methods and constructors with TEST_CONSTEXPR_CXX14.
Reviewers: ldionne, #libc!
Subscribers: dexonsmith, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D80482
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions