[all-commits] [llvm/llvm-project] aab07d: fixed #95641 pointless string copy (#127325)
sommersun via All-commits
all-commits at lists.llvm.org
Mon Feb 24 08:42:33 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aab07d8ca64495600ce9e7fe4825ca7ff9057c28
https://github.com/llvm/llvm-project/commit/aab07d8ca64495600ce9e7fe4825ca7ff9057c28
Author: sommersun <50041042+sommersun at users.noreply.github.com>
Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths:
M llvm/include/llvm/TableGen/Record.h
Log Message:
-----------
fixed #95641 pointless string copy (#127325)
fixed #95641 by using std::move for T&&.
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