[all-commits] [llvm/llvm-project] f29c54: [libc++] Fix problems with GCC 13 and switch to it...
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Aug 14 16:55:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f29c54998d236c36f047d39aee76c79f933ba363
https://github.com/llvm/llvm-project/commit/f29c54998d236c36f047d39aee76c79f933ba363
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M libcxx/include/__type_traits/is_nothrow_constructible.h
M libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
M libcxx/test/std/algorithms/robust_against_adl.compile.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char_array.pass.cpp
M libcxx/test/std/utilities/meta/meta.rel/is_convertible.pass.cpp
M libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/libcxx/test/params.py
M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
Log Message:
-----------
[libc++] Fix problems with GCC 13 and switch to it in the CI
Reviewed By: #libc, #libc_abi, Mordante
Spies: arphaman, Mordante, libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D157060
More information about the All-commits
mailing list