mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01: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.