[all-commits] [llvm/llvm-project] c1d21f: [lld] Use std::tie to implement comparison operato...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Jun 11 12:50:40 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1d21f44340901f6a23ae7eb7c5379f5ad197b27
      https://github.com/llvm/llvm-project/commit/c1d21f44340901f6a23ae7eb7c5379f5ad197b27
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M lld/ELF/SyntheticSections.cpp
    M lld/MachO/UnwindInfoSection.cpp

  Log Message:
  -----------
  [lld] Use std::tie to implement comparison operators (NFC) (#143726)

std::tie facilitates lexicographical comparisons through std::tuple's
built-in operator< and operator>.



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