Files
llvm-project/llvm/lib/Support/ScaledNumber.cpp
Kazu Hirata 7196554c2a [Support] Use list-initialization for returning pairs (#160447)
In C++17 and later, "return {A, B};" guarantees copy elision for a
std::pair return type, ensuring the object is constructed directly in
the return slot.  This patch updates those instances under Support/.
2025-09-24 08:44:56 -07:00

9.1 KiB