Files
clang-p2996/llvm/lib/CGData/StableFunctionMapRecord.cpp
Kazu Hirata f8e2e709f0 [CGData] Return ArrayRef<std::string> in getNames (NFC) (#140675)
All uses of getNames is read access to the list of names, so we can
just return ArrayRef<std::string>.  There is no need to make a copy as
we prepare a return value.

---------

Co-authored-by: Matt Arsenault <arsenm2@gmail.com>
2025-05-20 00:03:48 -07:00

7.4 KiB