[all-commits] [llvm/llvm-project] d85165: [libc++][format] Addresses LWG3720.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sun Apr 9 03:50:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d85165184300019c4c68404fba957056eb489c93
      https://github.com/llvm/llvm-project/commit/d85165184300019c4c68404fba957056eb489c93
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-04-09 (Sun, 09 Apr 2023)

  Changed paths:
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/include/__format/format_functions.h
    M libcxx/include/__format/parser_std_format_spec.h
    M libcxx/test/std/utilities/format/format.functions/format_tests.h
    A libcxx/test/std/utilities/format/format.string/format.string.std/lwg3720_arg_id_width_precision_allowed_types.pass.cpp
    A libcxx/test/std/utilities/format/format.string/format.string.std/lwg3720_arg_id_width_precision_allowed_types.verify.cpp

  Log Message:
  -----------
  [libc++][format] Addresses LWG3720.

  LWG3720 Restrict the valid types of arg-id for width and precision in
  std-format-spec

Depends on D144325

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list