[all-commits] [llvm/llvm-project] 401b76: [libc++] [test] Eliminate libcpp-no-noexcept-funct...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Sat Nov 20 08:45:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 401b76fdf2b328520cc71d829ea726b74bb2192f
https://github.com/llvm/llvm-project/commit/401b76fdf2b328520cc71d829ea726b74bb2192f
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
Changed paths:
M libcxx/test/std/utilities/meta/meta.rel/is_nothrow_invocable.pass.cpp
M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_structured_bindings.pass.cpp
M libcxx/utils/libcxx/test/features.py
M libcxxabi/test/catch_function_03.pass.cpp
M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
Log Message:
-----------
[libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-structured-bindings.
At this point, every supported compiler that claims a -std=c++17 mode
should also support these features.
Differential Revision: https://reviews.llvm.org/D113436
More information about the All-commits
mailing list