[all-commits] [llvm/llvm-project] a34b8b: Various minor fixes for python 3

Sterling-Augustine via All-commits all-commits at lists.llvm.org
Fri Feb 5 13:02:24 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a34b8b879e345397880c1f9f8de4c294dd0b370c
      https://github.com/llvm/llvm-project/commit/a34b8b879e345397880c1f9f8de4c294dd0b370c
  Author: Sterling Augustine <saugustine at google.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

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

  Log Message:
  -----------
  Various minor fixes for python 3

Switch StdTuple printer from python 2-style "next" to python 3.

Nested iteration changed enough to make the original bitset iteration
code a bit trickier than it needs to be, so unnest.

The end node of a map iterator is sometimes hard to detect in isolation,
don't fail in that case.

Differential Revision: https://reviews.llvm.org/D96167




More information about the All-commits mailing list