mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-13 10:36:07 +00:00

Don't create std::string from constant c-strings or pass std::string by value - we can use StringRef instead.
Don't create std::string from constant c-strings or pass std::string by value - we can use StringRef instead.