[all-commits] [llvm/llvm-project] a37e47: [lldb] Rely on operator== for std::vector (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Apr 28 20:11:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a37e475efc223bae903dc80373b0e36317f4bc7e
      https://github.com/llvm/llvm-project/commit/a37e475efc223bae903dc80373b0e36317f4bc7e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
    M lldb/include/lldb/Core/FormatEntity.h

  Log Message:
  -----------
  [lldb] Rely on operator== for std::vector (NFC)

Rely on operator== for std::vector instead of comparing the elements in
the vector element by element,



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list