[all-commits] [llvm/llvm-project] 6ab632: [clang] Use range-based for loops (NFC) (#143153)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Jun 6 09:17:03 PDT 2025


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

  Changed paths:
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/tools/clang-installapi/Options.cpp
    M clang/unittests/StaticAnalyzer/BlockEntranceCallbackTest.cpp

  Log Message:
  -----------
  [clang] Use range-based for loops (NFC) (#143153)

Note that use of llvm::for_each is discouraged unless we have functors
readily available.



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