[all-commits] [llvm/llvm-project] 5baa4e: [libc++][NFC] Move format_to_n_result.
mordante via All-commits
all-commits at lists.llvm.org
Tue Nov 16 06:52:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5baa4ee30b5c2d3920499d974c152525636ab8ac
https://github.com/llvm/llvm-project/commit/5baa4ee30b5c2d3920499d974c152525636ab8ac
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__format/format_to_n_result.h
M libcxx/include/format
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/format/format_to_n_result.module.verify.cpp
Log Message:
-----------
[libc++][NFC] Move format_to_n_result.
Places `format_to_n_result` to its own file. While working on D112361 it
turns out the type will be used outside the format header.
Reviewed By: #libc, Quuxplusone, Mordante
Differential Revision: https://reviews.llvm.org/D113831
More information about the All-commits
mailing list