[all-commits] [llvm/llvm-project] d87f9e: llvm/tools: Fix some performance-for-range-copy is...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Sep 27 13:28:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d87f9e287217053bd4613e025c3fb0a941fd0196
https://github.com/llvm/llvm-project/commit/d87f9e287217053bd4613e025c3fb0a941fd0196
Author: Fangrui Song <i at maskray.me>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M llvm/tools/dsymutil/BinaryHolder.cpp
M llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
M llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp
M llvm/tools/llvm-pdbutil/TypeReferenceTracker.cpp
M llvm/tools/llvm-xray/xray-stacks.cpp
M llvm/tools/obj2yaml/dwarf2yaml.cpp
Log Message:
-----------
llvm/tools: Fix some performance-for-range-copy issues. NFC
Inspired by https://reviews.llvm.org/D139487 , but I apply manual fixes
when clang-tidy does not provide the best fix.
More information about the All-commits
mailing list