diff options
author | Youngsuk Kim <joseph942010@gmail.com> | 2024-06-30 09:52:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-30 09:52:17 -0400 |
commit | d40768f57ec017c20f2096916f782842eab41da4 (patch) | |
tree | ec7afd131af01ae8e92dee023b3c4ca0ebd13158 /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | 66d86a63e7f10905fd3e6104cebceeb53851ff1d (diff) | |
download | llvm-d40768f57ec017c20f2096916f782842eab41da4.zip llvm-d40768f57ec017c20f2096916f782842eab41da4.tar.gz llvm-d40768f57ec017c20f2096916f782842eab41da4.tar.bz2 |
[llvm] Avoid 'raw_string_ostream::str()' (NFC) (#97203)
Since `raw_string_ostream` doesn't own the string buffer, it is
desirable (in terms of memory safety) for users to directly reference
the string buffer rather than use `raw_string_ostream::str()`.
Work towards TODO comment to remove `raw_string_ostream::str()`.
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions