[all-commits] [llvm/llvm-project] ff618a: Simplify the libcxx std::string_view gdb pretty pr...

David Blaikie via All-commits all-commits at lists.llvm.org
Thu Dec 2 11:37:07 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff618a963aa52b9d2206f4ec83920b0e76535288
      https://github.com/llvm/llvm-project/commit/ff618a963aa52b9d2206f4ec83920b0e76535288
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-12-02 (Thu, 02 Dec 2021)

  Changed paths:
    M libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
    M libcxx/utils/gdb/libcxx/printers.py

  Log Message:
  -----------
  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




More information about the All-commits mailing list