[all-commits] [llvm/llvm-project] c282d7: [flang][OpenMP] Use range-for to iterate over Symb...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Dec 4 10:53:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c282d790243cf56e3ac8487b1b47430673957112
      https://github.com/llvm/llvm-project/commit/c282d790243cf56e3ac8487b1b47430673957112
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp

  Log Message:
  -----------
  [flang][OpenMP] Use range-for to iterate over SymbolSourceMap, NFC

Avoid iterators, use structured bindings to unpack the [key, value]
pairs.



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