[libcxx-commits] [PATCH] D73514: [libcxx] Add a std::string_view pretty printer for libcxx.
Sterling Augustine via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 29 09:12:34 PST 2020
saugustine accepted this revision.
saugustine added inline comments.
================
Comment at: libcxx/utils/gdb/libcxx/printers.py:935
"string": StdStringPrinter,
+ "string_view": StdStringViewPrinter,
"tuple": StdTuplePrinter,
----------------
EricWF wrote:
> Should we have a basic_string_view printer as well?
Yes we should, but otherwise looks good.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73514/new/
https://reviews.llvm.org/D73514
More information about the libcxx-commits
mailing list