llvm-project/libcxx
David Blaikie ff618a963a Simplify the libcxx std::string_view gdb pretty printer
Seems better to rely on the existing formatting, makes the output
smaller/simpler - this is consistent with libstdc++'s std::string_view
pretty printing too.

Differential Revision: https://reviews.llvm.org/D113244
2021-12-02 11:36:38 -08:00
..
benchmarks [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
cmake [runtimes] Remove support for GCC-style 32 bit multilib builds 2021-12-01 12:57:01 -05:00
docs [libc++] Implement P1989R2: range constructor for string_view 2021-12-01 23:16:36 -05:00
include [libc++] Implement P1989R2: range constructor for string_view 2021-12-01 23:16:36 -05:00
lib [libc++] Resolve missing table_size symbol 2021-11-18 15:49:45 -05:00
src [libc++] Add missing __format__ attributes 2021-11-26 11:03:14 -05:00
test Simplify the libcxx std::string_view gdb pretty printer 2021-12-02 11:36:38 -08:00
utils Simplify the libcxx std::string_view gdb pretty printer 2021-12-02 11:36:38 -08:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++] [NFC] Disable clang-tidy's readability-identifier-naming check 2021-11-16 20:14:07 +01:00
.gitignore
CMakeLists.txt [runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITS 2021-12-01 12:57:30 -05:00
CREDITS.TXT [libc++] Add myself to the credits. 2021-11-28 15:24:45 +01:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml