[all-commits] [llvm/llvm-project] cff509: [lldb] Fix libc++ string formatter for the "unstab...

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu Jun 30 07:45:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cff509f33ba44fd1d0d9b579791dad527d50068e
      https://github.com/llvm/llvm-project/commit/cff509f33ba44fd1d0d9b579791dad527d50068e
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp

  Log Message:
  -----------
  [lldb] Fix libc++ string formatter for the "unstable" layout

D128285 only changed the stable (v1) layout, so the matching change in
D128694 broke the formatting of the unstable strings. This fixes that,
and ensures compatibility with all older layouts as well.




More information about the All-commits mailing list