Files
test2/source
Hans Goudey ca6538b596 Fix: Incorrect use of StringRef::data()
The returned pointer shouldn't be passed to a function expecting
a null terminated C string. Use the StringRef::copy function instead
which is more efficient anyway since it doesn't have to measure the
size of the string again.
2024-12-18 19:45:16 -05:00
..