[all-commits] [llvm/llvm-project] 207e7e: [libc++[format][NFC] Removes dead code.
mordante via All-commits
all-commits at lists.llvm.org
Wed Jul 6 23:00:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 207e7e4a70f49b4dda8edeb37f87157def0a51ab
https://github.com/llvm/llvm-project/commit/207e7e4a70f49b4dda8edeb37f87157def0a51ab
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M libcxx/include/__format/formatter.h
M libcxx/include/__format/formatter_floating_point.h
M libcxx/include/__format/formatter_output.h
M libcxx/include/__format/parser_std_format_spec.h
Log Message:
-----------
[libc++[format][NFC] Removes dead code.
This removes a part of the now obsolete formater code.
The removal also removes the _v2 suffix where it's no longer needed.
Depends on D128785
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D128846
More information about the All-commits
mailing list