[all-commits] [llvm/llvm-project] 355e0c: [libc++] Extend check for non-ASCII characters to ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Aug 23 15:37:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 355e0ce3c5366bd0b564a25e4b6675353da3c53e
      https://github.com/llvm/llvm-project/commit/355e0ce3c5366bd0b564a25e4b6675353da3c53e
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
    M libcxx/benchmarks/algorithms/common.h
    M libcxx/benchmarks/formatter_float.bench.cpp
    M libcxx/src/atomic.cpp
    M libcxx/src/charconv.cpp
    M libcxx/src/ios.cpp
    M libcxx/src/iostream.cpp
    M libcxx/src/locale.cpp
    M libcxx/src/optional.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.pass.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.verify.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.close.pass.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/iterators/assert.advance.pass.cpp
    M libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/contiguous_iterator.verify.cpp
    M libcxx/test/libcxx/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/failed.pass.cpp
    M libcxx/test/libcxx/memory/is_allocator.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/ranges_inplace_merge.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.nth.element/ranges_nth_element.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ranges_set_union.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.ops/remove.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.ops/remove_if.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.ops/unique.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.ops/unique_pred.pass.cpp
    M libcxx/test/std/containers/views/views.span/span.cons/array.fail.cpp
    M libcxx/test/std/containers/views/views.span/span.cons/array.pass.cpp
    M libcxx/test/std/containers/views/views.span/span.cons/stdarray.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/nonesuch.fail.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.join.view/begin.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/ctor.other.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/decrement.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/increment.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/ctor.other.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.zip/iterator/arithmetic.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.zip/iterator/compare.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.zip/iterator/ctor.other.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.zip/iterator/iter_swap.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/minus.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/deduct.fail.cpp
    M libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/minus.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/plus.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/month_day.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/month_day_last.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/month_weekday.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/month_weekday_last.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/year_month.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/year_month_day.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/year_month_day_last.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.operators/year_month_weekday_last.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.local_days.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.sys_days.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/minus.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/plus.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/minus.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.local_days.pass.cpp
    M libcxx/test/std/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.sys_days.pass.cpp
    M libcxx/test/std/time/time.clock/time.clock.system/local_time.types.pass.cpp
    M libcxx/test/std/time/time.clock/time.clock.system/sys.time.types.pass.cpp
    M libcxx/test/std/time/time.hms/time.12/is_am.pass.cpp
    M libcxx/test/std/time/time.hms/time.hms.members/is_negative.pass.cpp
    M libcxx/test/std/time/time.hms/time.hms.members/precision.pass.cpp
    M libcxx/test/std/time/time.hms/time.hms.members/width.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/format.verify.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_array.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/cmp_nullptr.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_const_move.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_non_const_copy.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_non_const_pair.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_const_move.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_non_const_copy.pass.cpp
    M libcxx/test/support/filesystem_test_helper.h
    M libcxx/test/support/fp_compare.h
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/

Differential Revision: https://reviews.llvm.org/D132180




More information about the All-commits mailing list