[all-commits] [llvm/llvm-project] 8bc61c: [Clang][ByteCode][NFC] Avoid copies by using move ...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Fri Jun 27 14:53:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8bc61cbfde28c014b8d18ae8066f1371808d2aa7
      https://github.com/llvm/llvm-project/commit/8bc61cbfde28c014b8d18ae8066f1371808d2aa7
  Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Disasm.cpp

  Log Message:
  -----------
  [Clang][ByteCode][NFC] Avoid copies by using move in Disasm.cpp (#146127)

Static analysis flagged some cases we could avoid copies by using
std::move in Disasm.cpp.



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