[libcxx-commits] [PATCH] D113244: Simplify the libcxx std::string_view gdb pretty printer
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 19 14:09:02 PST 2021
ldionne added subscribers: saugustine, ldionne.
ldionne added a reviewer: saugustine.
ldionne added a comment.
At first glance, I feel like there must be a reason why they were printing all that information. Perhaps it helps debugging things like incorrect bounds or dangling reference bugs which must be somewhat more common with `string_view`? I don't know, just a guess, but I'd be interested to hear @saugustine 's take on this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113244/new/
https://reviews.llvm.org/D113244
More information about the libcxx-commits
mailing list