[all-commits] [llvm/llvm-project] 40dc8e: [NFC] Use const references to avoid copying object...

AtariDreams via All-commits all-commits at lists.llvm.org
Wed Sep 27 13:39:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40dc8e6889c055172dfa66823b3e0aa073240086
      https://github.com/llvm/llvm-project/commit/40dc8e6889c055172dfa66823b3e0aa073240086
  Author: Gregory Alfonso <gfunni234 at gmail.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M llvm/lib/ObjCopy/ELF/ELFObject.cpp
    M llvm/lib/Object/COFFImportFile.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/TextAPI/TextStub.cpp
    M llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
    M llvm/tools/llvm-readtapi/DiffEngine.cpp
    M llvm/tools/llvm-xray/xray-converter.cpp
    M llvm/tools/llvm-xray/xray-fdr-dump.cpp
    M llvm/unittests/ADT/IteratorTest.cpp
    M llvm/unittests/FileCheck/FileCheckTest.cpp
    M llvm/utils/TableGen/IntrinsicEmitter.cpp

  Log Message:
  -----------
  [NFC] Use const references to avoid copying objects in for-loops

Differential Revision: https://reviews.llvm.org/D139487




More information about the All-commits mailing list