[all-commits] [llvm/llvm-project] 28f82b: [libc++] [C++20] [P0482] Add missing tests and syn...

Marek Kurdej via All-commits all-commits at lists.llvm.org
Tue Mar 23 10:45:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28f82bec7fa1bbe99ece9149adb3563041914d86
      https://github.com/llvm/llvm-project/commit/28f82bec7fa1bbe99ece9149adb3563041914d86
  Author: Marek Kurdej <marek.kurdej at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M libcxx/include/__string
    M libcxx/include/iosfwd
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/test/std/language.support/support.limits/limits/is_specialized.pass.cpp
    M libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/types.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp

  Log Message:
  -----------
  [libc++] [C++20] [P0482] Add missing tests and synopses for char8_t.

Left to finish P0482:
* <cuchar> header.
* Parts of <memory_resource> concerning char8_t. Also, tests for hash<pmr::*string>.

Reviewed By: ldionne, #libc, Quuxplusone

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




More information about the All-commits mailing list