Files
llvm-project/llvm/lib/Support/BinaryStreamWriter.cpp
Kazu Hirata 78238dc9f8 [Support] Use list-initialization for returning pairs (#160645)
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-25 08:51:55 -07:00

3.4 KiB