diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2023-09-25 09:46:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 09:46:01 -0400 |
commit | 5f2da9c80db99c302de9938d5785e43a3d71fa6f (patch) | |
tree | fcfdce497edfa7b4b3e42a463dc1bb10b37f87be /libcxx/test/std/utilities/function.objects | |
parent | c1300efc78a17374065744c8985b4598fb8c3166 (diff) | |
download | llvm-5f2da9c80db99c302de9938d5785e43a3d71fa6f.zip llvm-5f2da9c80db99c302de9938d5785e43a3d71fa6f.tar.gz llvm-5f2da9c80db99c302de9938d5785e43a3d71fa6f.tar.bz2 |
[runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065)
AppleClang 15 was released on September 18th and is now stable. Per our
policy, we're bumping the supported AppleClang compiler to the latest
release. This allows cleaning up the test suite, but most importantly
unblocking various other patches that are blocked on bumping the
compiler requirements.
Diffstat (limited to 'libcxx/test/std/utilities/function.objects')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ctad.static.compile.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ctad.static.compile.pass.cpp b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ctad.static.compile.pass.cpp index e4d4809..3b7bb79 100644 --- a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ctad.static.compile.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ctad.static.compile.pass.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20 -// XFAIL: clang-15, apple-clang-14 +// XFAIL: clang-15 // checks that CTAD for std::function works properly with static operator() overloads |