[all-commits] [llvm/llvm-project] 775caa: [libc++] [c++2b] [P2166] Prohibit string and strin...

Marek Kurdej via All-commits all-commits at lists.llvm.org
Tue Jul 27 07:20:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 775caa58fcf9005494acdd132a07c8d7edb534b2
      https://github.com/llvm/llvm-project/commit/775caa58fcf9005494acdd132a07c8d7edb534b2
  Author: Marek Kurdej <marek.kurdej+llvm.org at gmail.com>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M libcxx/docs/Status/Cxx2bPapers.csv
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/test/libcxx/debug/db_string_view.pass.cpp
    A libcxx/test/std/strings/basic.string/string.cons/nullptr.compile.pass.cpp
    A libcxx/test/std/strings/string.view/string.view.cons/nullptr.compile.pass.cpp

  Log Message:
  -----------
  [libc++] [c++2b] [P2166] Prohibit string and string_view construction from nullptr.

* https://wg21.link/P2166

Reviewed By: ldionne, #libc

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




More information about the All-commits mailing list