[all-commits] [llvm/llvm-project] 4c0d80: [libc] Do not redefine `wchar_t` when compiling in...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Oct 1 17:29:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c0d805a54aa7b55ad12684c4fb4413a10992f00
https://github.com/llvm/llvm-project/commit/4c0d805a54aa7b55ad12684c4fb4413a10992f00
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M libc/include/llvm-libc-types/wchar_t.h
Log Message:
-----------
[libc] Do not redefine `wchar_t` when compiling in C++ (#110769)
Summary:
This is a fundamental type in C++, so we can't redefine it.
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