[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileThis is the first step towards disentangling the debug mode and assertionsin libc++. This patch doesn't make any functional
[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileThis is the first step towards disentangling the debug mode and assertionsin libc++. This patch doesn't make any functional change: it simply moves_LIBCPP_ASSERT-related stuff to its own file so as to make it clear thatlibc++ assertions and the debug mode are different things. Future patcheswill make it possible to enable assertions without enabling the debugmode.Differential Revision: https://reviews.llvm.org/D119769
show more ...
[libc++][NFC] Remove trailing whitespace
[runtimes][NFC] Remove filenames at the top of the license noticeWe've stopped doing it in libc++ for a while now because these nameswould end up rotting as we move things around and copy/paste st
[runtimes][NFC] Remove filenames at the top of the license noticeWe've stopped doing it in libc++ for a while now because these nameswould end up rotting as we move things around and copy/paste stuff.This cleans up all the existing files so as to stop the spreadingas people copy-paste headers around.
[SystemZ][z/OS] Missing wchar functions libc++The aim is to add the missing z/OS specific implementations for mbsnrtowcs and wcsnrtombs, as part of libc++.Differential Revision: https://reviews.l
[SystemZ][z/OS] Missing wchar functions libc++The aim is to add the missing z/OS specific implementations for mbsnrtowcs and wcsnrtombs, as part of libc++.Differential Revision: https://reviews.llvm.org/D98207
[libc++] Revert "[SystemZ][z/OS] Missing wchar functions libc++"This reverts commit febbf68b423b14d55a14980d2ba3ec37ef1e31dc because itadded files that were not under the LLVM license.See https:
[libc++] Revert "[SystemZ][z/OS] Missing wchar functions libc++"This reverts commit febbf68b423b14d55a14980d2ba3ec37ef1e31dc because itadded files that were not under the LLVM license.See https://reviews.llvm.org/D98207 for details.
[SystemZ][z/OS] Missing locale functions libc++The aim is to add the missing z/OS specific locale functions for libc++ (newlocale, freelocale and uselocale).Reviewed By: ldionne, #libc, curdeius
[SystemZ][z/OS] Missing locale functions libc++The aim is to add the missing z/OS specific locale functions for libc++ (newlocale, freelocale and uselocale).Reviewed By: ldionne, #libc, curdeiusDifferential Revision: https://reviews.llvm.org/D98044