[all-commits] [llvm/llvm-project] 311ff3: [libc++] Add missing header <cuchar>
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Mar 7 05:49:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 311ff3917827131c20d4b8dac4ce0394a2351b94
https://github.com/llvm/llvm-project/commit/311ff3917827131c20d4b8dac4ce0394a2351b94
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/cuchar
M libcxx/include/module.modulemap
A libcxx/include/uchar.h
M libcxx/test/libcxx/clang_tidy.sh.cpp
M libcxx/test/libcxx/double_include.sh.cpp
M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
M libcxx/test/libcxx/nasty_macros.compile.pass.cpp
M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
M libcxx/test/libcxx/strings/c.strings/version_cuchar.pass.cpp
A libcxx/test/std/depr/depr.c.headers/uchar_h.compile.pass.cpp
R libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp
A libcxx/test/std/strings/c.strings/cuchar.compile.pass.cpp
R libcxx/test/std/strings/c.strings/cuchar.pass.cpp
M libcxx/utils/generate_header_inclusion_tests.py
Log Message:
-----------
[libc++] Add missing header <cuchar>
Fixes llvm-project#44216
Differential Revision: https://reviews.llvm.org/D97870
More information about the All-commits
mailing list