[all-commits] [llvm/llvm-project] 796d5a: [ADT] Use a range-based for loop instead of llvm::...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Jul 18 10:44:13 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 796d5a89a12407fb0fdf74ea063259b6ca7333d9
      https://github.com/llvm/llvm-project/commit/796d5a89a12407fb0fdf74ea063259b6ca7333d9
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-07-18 (Fri, 18 Jul 2025)

  Changed paths:
    M llvm/include/llvm/ADT/CombinationGenerator.h

  Log Message:
  -----------
  [ADT] Use a range-based for loop instead of llvm::for_each (NFC) (#149542)

LLVM Coding Standards discourages 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