[all-commits] [llvm/llvm-project] f6157c: [ADT] Remove a meaningless std::move (NFC) (#156138)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Aug 30 10:01:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6157c71ab645f7db8564193d33690e28a9839eb
https://github.com/llvm/llvm-project/commit/f6157c71ab645f7db8564193d33690e28a9839eb
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-30 (Sat, 30 Aug 2025)
Changed paths:
M llvm/include/llvm/ADT/StringMap.h
Log Message:
-----------
[ADT] Remove a meaningless std::move (NFC) (#156138)
std::move on StringRef is not useful because it's copied anyway.
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