[all-commits] [llvm/llvm-project] dbf2ca: [clang] Add explicit std::move(...) to avoid a few...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Mon Feb 9 03:35:47 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbf2caaaef120bb7a9f7cf6b5611ba5584cff887
https://github.com/llvm/llvm-project/commit/dbf2caaaef120bb7a9f7cf6b5611ba5584cff887
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2026-02-09 (Mon, 09 Feb 2026)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/OHOS.cpp
Log Message:
-----------
[clang] Add explicit std::move(...) to avoid a few copies (#180477)
Moving a clang::MultilibSet is almost always profitable.
Changes suggested by performance-use-std-move from #179467
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