[all-commits] [llvm/llvm-project] baceb7: [libc++] Don't skip localization-related headers i...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jun 10 11:13:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: baceb7923f3fa92f4f9f22ea719d0e0bda668295
https://github.com/llvm/llvm-project/commit/baceb7923f3fa92f4f9f22ea719d0e0bda668295
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M libcxx/include/ios
M libcxx/include/regex
M libcxx/include/syncstream
M libcxx/modules/std.compat.cppm.in
M libcxx/modules/std.cppm.in
M libcxx/utils/libcxx/header_information.py
Log Message:
-----------
[libc++] Don't skip localization-related headers in header tests (#134877)
When localization is disabled, we used to skip testing a lot of headers.
However, these headers are now "no-ops" when localization is disabled,
so they can actually be included. As such, we should test their
inclusion in our usual header inclusion tests.
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