[libcxx-commits] [PATCH] D126119: [libc++] Enable more warnings in the test suite

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 21 07:34:20 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a subscriber: arichardson.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126119

Files:
  libcxx/test/libcxx/assertions/single_expression.sh.cpp
  libcxx/test/libcxx/atomics/bit-int.verify.cpp
  libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/move_reentrant.pass.cpp
  libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign_reentrant.pass.cpp
  libcxx/test/std/concepts/concepts.lang/concept.constructible/constructible_from.compile.pass.cpp
  libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/lv_value.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/lv_value.pass.cpp
  libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/op_star.pass.cpp
  libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/arrow.pass.cpp
  libcxx/test/std/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp
  libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.drop/dangling.cache.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.zip/iterator/singular.pass.cpp
  libcxx/test/std/strings/string.view/string.view.cons/from_range.pass.cpp
  libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp
  libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/try_lock.pass.cpp
  libcxx/test/std/utilities/any/any.class/any.modifiers/emplace.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace_initializer_list.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.dtor/dtor.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/alloc_first.h
  libcxx/test/std/utilities/tuple/tuple.tuple/alloc_last.h
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_move.pass.cpp
  libcxx/test/std/utilities/variant/variant.visit/visit_return_type.pass.cpp
  libcxx/test/support/any_helpers.h
  libcxx/test/support/counting_predicates.h
  libcxx/test/support/deleter_types.h
  libcxx/test/support/nasty_containers.h
  libcxx/utils/libcxx/test/params.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126119.431134.patch
Type: text/x-patch
Size: 22388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220521/76215046/attachment-0001.bin>


More information about the libcxx-commits mailing list