[all-commits] [llvm/llvm-project] 60d1c4: [llvm] Use range-based for loops (NFC) (#146945)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jul 3 17:54:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60d1c4e257ed531e1209eb841af046df2247206b
https://github.com/llvm/llvm-project/commit/60d1c4e257ed531e1209eb841af046df2247206b
Author: Kazu Hirata <kazu at google.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Transforms/Coroutines/SpillUtils.cpp
Log Message:
-----------
[llvm] Use range-based for loops (NFC) (#146945)
Note that LLVM Coding Standards discourages std::for_each and
llvm::for_each unless the callable object already exists.
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