[all-commits] [llvm/llvm-project] 3e24da: [Clang][Tooling][NFC] Use move to avoid copies of ...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Wed Jun 11 10:24:41 PDT 2025


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

  Changed paths:
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp

  Log Message:
  -----------
  [Clang][Tooling][NFC] Use move to avoid copies of large objects (#143603)

Static analysis flagged these cases in which can use std::move and avoid
copies of large objects.



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