[all-commits] [llvm/llvm-project] 165f0e: [libc++][modules] Don't error when including <wcha...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Sep 16 07:22:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 165f0e80f6b811ab0c82b52e39cb5fb4010850b7
https://github.com/llvm/llvm-project/commit/165f0e80f6b811ab0c82b52e39cb5fb4010850b7
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M libcxx/include/__std_clang_module
M libcxx/include/wchar.h
M libcxx/include/wctype.h
M libcxx/modules/std.compat.cppm.in
M libcxx/modules/std.cppm.in
M libcxx/test/std/depr/depr.c.headers/wchar_h.compile.pass.cpp
M libcxx/test/std/depr/depr.c.headers/wctype_h.compile.pass.cpp
M libcxx/test/std/strings/c.strings/cwchar.pass.cpp
M libcxx/test/std/strings/c.strings/cwchar_include_order1.compile.verify.cpp
M libcxx/test/std/strings/c.strings/cwchar_include_order2.compile.verify.cpp
M libcxx/test/std/strings/c.strings/cwctype.pass.cpp
M libcxx/utils/libcxx/header_information.py
Log Message:
-----------
[libc++][modules] Don't error when including <wchar.h> or <wctype.h> without wide character support (#108639)
Instead, make the headers empty like we do for all the other carve-outs.
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