[clang] [clang] Use range-based for loops (NFC) (PR #143153)

2025-06-06 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/143153 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Use range-based for loops (NFC) (PR #143153)

2025-06-06 Thread Tim Gymnich via cfe-commits
https://github.com/tgymnich approved this pull request. https://github.com/llvm/llvm-project/pull/143153 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Use range-based for loops (NFC) (PR #143153)

2025-06-06 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Kazu Hirata (kazutakahirata) Changes Note that use of llvm::for_each is discouraged unless we have functors readily available. --- Full diff: https://github.com/llvm/llvm-project/pull/143153.diff 3 Files Affected: - (modified) clang/li

[clang] [clang] Use range-based for loops (NFC) (PR #143153)

2025-06-06 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/143153 Note that use of llvm::for_each is discouraged unless we have functors readily available. >From 1467cc073272b8d0b4d1ebeccc88fa12e07e882e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 5 Jun 2025