[all-commits] [llvm/llvm-project] 702489: [libc++][test] Add '-Wdeprecated-copy', '-Wdepreca...
Igor Zhukov via All-commits
all-commits at lists.llvm.org
Tue Sep 12 05:53:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70248920fcd804a5825ecf69f24b96a7e340afe6
https://github.com/llvm/llvm-project/commit/70248920fcd804a5825ecf69f24b96a7e340afe6
Author: Igor Zhukov <fsb4000 at yandex.ru>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M libcxx/include/__exception/exception.h
M libcxx/include/__exception/nested_exception.h
M libcxx/include/__expected/expected.h
M libcxx/include/__format/format_error.h
M libcxx/include/__functional/function.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/new
M libcxx/include/optional
M libcxx/include/stdexcept
M libcxx/include/typeinfo
M libcxx/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/reverse.iter.elem/arrow.pass.cpp
M libcxx/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/reverse.iter.elem/dereference.pass.cpp
M libcxx/test/libcxx/memory/trivial_abi/unique_ptr_array.pass.cpp
M libcxx/test/libcxx/memory/trivial_abi/unique_ptr_destruction_order.pass.cpp
M libcxx/test/libcxx/memory/trivial_abi/unique_ptr_ret.pass.cpp
M libcxx/test/libcxx/memory/trivial_abi/weak_ptr_ret.pass.cpp
M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/move_reentrant.pass.cpp
M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign_reentrant.pass.cpp
M libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/lv_value.pass.cpp
M libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/lv_value.pass.cpp
M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/op_star.pass.cpp
M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/arrow.pass.cpp
M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/dereference.pass.cpp
M libcxx/test/std/language.support/support.coroutines/end.to.end/go.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/types.h
M libcxx/test/std/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp
M libcxx/test/std/ranges/range.adaptors/range.drop/dangling.cache.pass.cpp
M libcxx/test/std/utilities/tuple/tuple.tuple/alloc_first.h
M libcxx/test/std/utilities/tuple/tuple.tuple/alloc_last.h
M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp
M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_move.pass.cpp
M libcxx/test/support/counting_predicates.h
M libcxx/test/support/deleter_types.h
M libcxx/test/support/nasty_containers.h
M libcxx/utils/libcxx/test/params.py
M libcxxabi/test/exception_object_alignment.2.pass.cpp
Log Message:
-----------
[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to the test suite
This is a follow up to https://reviews.llvm.org/D144694.
Fixes https://github.com/llvm/llvm-project/issues/60977.
Differential Revision: https://reviews.llvm.org/D144775
More information about the All-commits
mailing list