llvm-project
3ca6ea0f - [Clang][ByteCode][NFC] Move APInt into pushInteger since it is being passed by value (#143578)

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.
Author
Parents
Loading