Files
llvm/llvm/lib/Support
Sean Perry 3d2efe71c0 use Twine instead of char* for function args (#165569)
Changed the function arguments to take `const Twine&` instead of `const
char*`. This will avoid converting StringRef's to C strings too soon (or
ever).
2025-10-29 11:02:28 -04:00
..