[all-commits] [llvm/llvm-project] ec5f70: [libc++][format] Addresses LWG3825.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Mar 14 10:32:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec5f7004c0878f44843f2a4be1dbda7045a212c1
https://github.com/llvm/llvm-project/commit/ec5f7004c0878f44843f2a4be1dbda7045a212c1
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/include/__format/format_parse_context.h
M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/next_arg_id.pass.cpp
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/next_arg_id.verify.cpp
Log Message:
-----------
[libc++][format] Addresses LWG3825.
LWG3825 Missing compile-time argument id check in
basic_format_parse_context::next_arg_id
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D144327
More information about the All-commits
mailing list