Files
clang-p2996/clang/lib/Testing/CommandLineArgs.cpp
Kazu Hirata bf241e8349 [clang] Avoid creating temporary instances of std::string (NFC) (#140988)
lookupTarget takes StringRef and internally creates an instance of
std::string with the StringRef as part of constructing Triple, so we
don't need to create temporary instances of std::string on our own.
2025-05-21 20:33:06 -07:00

3.9 KiB