[all-commits] [llvm/llvm-project] 83cb8b: [llvm] Use a range-based for loop instead of {std, ...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Jul 27 10:44:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83cb8b7befa4d17dbaccfa5a0716812115efc6f4
      https://github.com/llvm/llvm-project/commit/83cb8b7befa4d17dbaccfa5a0716812115efc6f4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-07-27 (Sun, 27 Jul 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/TargetParser/RISCVISAInfo.cpp

  Log Message:
  -----------
  [llvm] Use a range-based for loop instead of {std,llvm}::for_each (NFC) (#150841)

LLVM Coding Standards discourages {std,llvm}::for_each unless we
already have a callable.



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