[all-commits] [llvm/llvm-project] 0d108f: [libc++] Use unsigned char in basic_string::__shor...
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Jun 12 12:06:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d108f7908586efe2d550fed10ba21b4ea69836e
https://github.com/llvm/llvm-project/commit/0d108f7908586efe2d550fed10ba21b4ea69836e
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-12 (Sun, 12 Jun 2022)
Changed paths:
M libcxx/include/string
Log Message:
-----------
[libc++] Use unsigned char in basic_string::__short again
D125496 changed the string layout on windows. Change `__is_long_` and `__size_` back to using `unsigned char` to fix the issue.
Reviewed By: Mordante, #libc
Spies: jloser, libcxx-commits, ayzhao
Differential Revision: https://reviews.llvm.org/D127566
More information about the All-commits
mailing list