llvm-project
3ca6ea0f
- [Clang][ByteCode][NFC] Move APInt into pushInteger since it is being passed by value (#143578)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
315 days ago
[Clang][ByteCode][NFC] Move APInt into pushInteger since it is being passed by value (#143578) Static analysis flagged that we could move APInt instead of copy, indeed it has a move constructor and so we should move into values for APInt.
References
#143578 - [Clang][ByteCode][NFC] Move APInt into pushInteger since it is being passed by value
Author
shafik
Parents
9150a824
Loading