[libcxx-commits] [PATCH] D132983: Fix std::fpos pretty printer on musl
Elliott Hughes via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 7 12:24:08 PDT 2022
enh added inline comments.
================
Comment at: libcxx/utils/gdb/libcxx/printers.py:767
+ if "__count" in state_fields and "__value" in state_fields:
+ count = state["__count"]
+ value = state["__value"]["__wch"]
----------------
accidentally introduced tabs?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132983/new/
https://reviews.llvm.org/D132983
More information about the libcxx-commits
mailing list