llvm-project
2df4be28
- [Clang][NFC] Use std::move for Detail in timeTraceMetadata (#138352)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#138352 - [Clang][NFC] Use std::move for Detail in timeTraceMetadata
Author
shafik
Parents
15f7e029
Loading