[all-commits] [llvm/llvm-project] fc3923: [libc++] Remove U+00AD SOFT HYPHEN from comments i...

Quuxplusone via All-commits all-commits at lists.llvm.org
Mon Feb 14 07:32:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc3923fab44c46e54b38066e4409ca94182a638a
      https://github.com/llvm/llvm-project/commit/fc3923fab44c46e54b38066e4409ca94182a638a
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/ranges.swap_ranges.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/indirectly_comparable.compile.pass.cpp
    M libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.reverse/ctor.default.pass.cpp
    M libcxx/test/std/ranges/range.factories/range.iota.view/ctor.default.pass.cpp
    M libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/minus.pass.cpp

  Log Message:
  -----------
  [libc++] Remove U+00AD SOFT HYPHEN from comments in tests. NFC.

    git grep  $(printf '\xc2\xad') ../libcxx


  Commit: 35d4b4865443e584652841d548e12d7582da9243
      https://github.com/llvm/llvm-project/commit/35d4b4865443e584652841d548e12d7582da9243
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.pass.cpp

  Log Message:
  -----------
  [libc++] Remove U+2009 THIN SPACE from comments in tests. NFC.


Compare: https://github.com/llvm/llvm-project/compare/6745b6a0f185...35d4b4865443


More information about the All-commits mailing list