[all-commits] [llvm/llvm-project] 14324f: [libc++] Add warning pragma macros in the test suite
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Mar 16 16:11:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14324fa4285f5cd1e421a6cebdceb05d6c49a8dc
https://github.com/llvm/llvm-project/commit/14324fa4285f5cd1e421a6cebdceb05d6c49a8dc
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M libcxx/src/filesystem/filesystem_common.h
M libcxx/test/libcxx/containers/associative/undef_min_max.pass.cpp
M libcxx/test/libcxx/minimal_cxx11_configuration.pass.cpp
M libcxx/test/libcxx/numerics/c.math/undef_min_max.pass.cpp
M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp
M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/assign_tuple_like.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp
M libcxx/test/std/containers/sequences/array/array.tuple/get.fail.cpp
M libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp
M libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
M libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
M libcxx/test/std/depr/depr.c.headers/stdio_h.pass.cpp
M libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
M libcxx/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp
M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
M libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
M libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/assign_t.pass.cpp
M libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
M libcxx/test/std/language.support/support.types/nullptr_t.pass.cpp
M libcxx/test/std/library/description/conventions/expos.only.func/synth_three_way.pass.cpp
M libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_neg_one.pass.cpp
M libcxx/test/std/numerics/c.math/cmath.pass.cpp
M libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/values.pass.cpp
M libcxx/test/std/ranges/range.factories/range.iota.view/ctor.value.bound.pass.cpp
M libcxx/test/std/ranges/range.factories/range.iota.view/end.pass.cpp
M libcxx/test/std/ranges/range.factories/range.iota.view/iterator/star.pass.cpp
M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/noncopyable_return_type.pass.cpp
M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.pass.cpp
M libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_destructible.pass.cpp
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.members/reset_one.pass.cpp
M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/three_way.pass.cpp
M libcxx/test/support/charconv_test_helpers.h
M libcxx/test/support/count_new.h
M libcxx/test/support/test_macros.h
M libcxx/test/support/unique_ptr_test_helper.h
Log Message:
-----------
[libc++] Add warning pragma macros in the test suite
Reviewed By: ldionne, #libc, EricWF
Spies: EricWF, libcxx-commits
Differential Revision: https://reviews.llvm.org/D121552
More information about the All-commits
mailing list