llvm-project
2df4be28 - [Clang][NFC] Use std::move for Detail in timeTraceMetadata (#138352)

Commit
149 days ago
[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.
Author
Parents
Loading