Files
clang-p2996/clang/lib/AST
Shafik Yaghmour 3ca6ea0f3a [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.
2025-06-11 08:02:44 -07:00
..