[all-commits] [llvm/llvm-project] 580cc9: [libc++][format] Fixes escaping string literals.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Jan 11 08:48:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 580cc9dd7a852ecf7790ef2bb3904b176bfeea56
https://github.com/llvm/llvm-project/commit/580cc9dd7a852ecf7790ef2bb3904b176bfeea56
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M libcxx/include/__format/formatter_string.h
M libcxx/test/std/utilities/format/format.tuple/format.functions.tests.h
Log Message:
-----------
[libc++][format] Fixes escaping string literals.
D140653 has the same fix, without the extra tests.
Fixes PR59763
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D140819
More information about the All-commits
mailing list