[all-commits] [llvm/llvm-project] eb68b9: [NFC][LLVM] Apply std::move to object being pushed...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Fri Apr 11 15:49:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb68b914dd7f1926daf9cfab19b85765f2a60700
https://github.com/llvm/llvm-project/commit/eb68b914dd7f1926daf9cfab19b85765f2a60700
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2025-04-11 (Fri, 11 Apr 2025)
Changed paths:
M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
Log Message:
-----------
[NFC][LLVM] Apply std::move to object being pushed back in findSymbolCommon (#135290)
Static analysis found that we could move LineInfo into the Result vector
instead of just copying it.
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