[all-commits] [llvm/llvm-project] 2df4be: [Clang][NFC] Use std::move for Detail in timeTrace...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Mon May 5 08:05:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2df4be28f5f68cbd012d439360f3399335ea4bfb
https://github.com/llvm/llvm-project/commit/2df4be28f5f68cbd012d439360f3399335ea4bfb
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
Log Message:
-----------
[Clang][NFC] Use std::move for Detail in timeTraceMetadata (#138352)
Static analysis flagged the use of Detail because we were not using
std::move when returning values. Modified the returns to use std::move.
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