[all-commits] [llvm/llvm-project] 65aa47: [clang][utils] Remove StringRef lldb summary provider

Dave Lee via All-commits all-commits at lists.llvm.org
Thu Feb 3 15:16:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65aa47301372b0f46d69977eb87aec60976e8246
      https://github.com/llvm/llvm-project/commit/65aa47301372b0f46d69977eb87aec60976e8246
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
    M clang/utils/ClangDataFormat.py

  Log Message:
  -----------
  [clang][utils] Remove StringRef lldb summary provider

Remove the `StringRef` summary provider in favor of the implementation in
`llvm/utils/lldbDataFormatters.py`.

This implementation was resulting in errors in some cases.

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




More information about the All-commits mailing list