[RegisterScavenging] Use a Twine in a call to report_fatal_error instead of...
[RegisterScavenging] Use a Twine in a call to report_fatal_error instead of going from std::string to c_str. NFC The std::string was built on the line above. Might as well just build it as a Twine in the call.
Loading
Please sign in to comment