[all-commits] [llvm/llvm-project] 5bcb78: [libc++] Remove <locale> includes from <format> (#...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sat Mar 16 05:45:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bcb78141c628d9bd7a0b6e398858282c16038d3
https://github.com/llvm/llvm-project/commit/5bcb78141c628d9bd7a0b6e398858282c16038d3
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-03-16 (Sat, 16 Mar 2024)
Changed paths:
M libcxx/include/__format/format_context.h
M libcxx/include/__format/format_functions.h
M libcxx/include/__format/formatter_floating_point.h
M libcxx/include/format
M libcxx/test/libcxx/transitive_includes/cxx03.csv
M libcxx/test/libcxx/transitive_includes/cxx11.csv
M libcxx/test/libcxx/transitive_includes/cxx14.csv
M libcxx/test/libcxx/transitive_includes/cxx17.csv
M libcxx/test/libcxx/transitive_includes/cxx20.csv
M libcxx/test/libcxx/transitive_includes/cxx23.csv
M libcxx/test/libcxx/transitive_includes/cxx26.csv
Log Message:
-----------
[libc++] Remove <locale> includes from <format> (#85478)
This reduces the include time from 767ms to 691ms.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list