[all-commits] [llvm/llvm-project] 9d9a85: [flang] Change argument to const reference (#95048)

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Jun 11 17:15:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d9a85e1af84501d365241f8e045aef7f2f7ee60
      https://github.com/llvm/llvm-project/commit/9d9a85e1af84501d365241f8e045aef7f2f7ee60
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
    M flang/lib/Semantics/scope.cpp

  Log Message:
  -----------
  [flang] Change argument to const reference (#95048)

cppcheck recommends that a std::map being passed by value be changed to
a const reference.

Fixes https://github.com/llvm/llvm-project/issues/94932.



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