llvm-project/libcxx
Martin Storsjö 70bba9ef35 [libcxx] Don't truncate intermediates to wchar_t when widening
On windows, wchar_t is 16 bit, while we might be widening chars to
char32_t.

This cast had been present since the initial commit, and removing it
doesn't seem to make any tests fail.

Differential Revision: https://reviews.llvm.org/D90228
2020-10-27 23:58:27 +02:00
..
benchmarks [runtimes] Revert the libc++ __config_site change 2020-10-23 09:41:48 -04:00
cmake [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
docs [runtimes] Revert the libc++ __config_site change 2020-10-23 09:41:48 -04:00
include [libcxx] Don't truncate intermediates to wchar_t when widening 2020-10-27 23:58:27 +02:00
lib [libc++] Define new/delete in libc++abi only by default 2020-10-19 11:35:01 -04:00
src [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
test [libc++] Try to fix cross-loading of lit.local.cfg on Windows 2020-10-27 16:28:29 -04:00
utils [libc++] Make sure we include a header when checking compiler macros 2020-10-27 15:58:43 -04:00
www [libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 build 2020-09-23 08:56:00 -04:00
.clang-format
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
CREDITS.TXT [libcxx] Adds [concept.same] 2020-04-08 18:00:13 -04:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
NOTES.TXT Reland "Use custom command and target to install libc++ headers" 2018-06-12 03:10:02 +00:00
TODO.TXT [libc++][NFC] Remove outdated TODO item 2020-07-08 13:04:33 -04:00
appveyor-reqs-install.cmd Attempt to upgrade compiler used by appveyor builds 2019-04-03 20:40:01 +00:00
appveyor.yml disable appveyor config for MSVC 2015 2019-04-03 20:36:51 +00:00