diff options
author | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-06-30 09:03:22 -0500 |
---|---|---|
committer | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-06-30 09:03:29 -0500 |
commit | 2051736f7bc3fb1a8daaeecc854f93604a590aba (patch) | |
tree | dc34e9d614f2b69e3e4afbda1980a519d2a336a0 /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | d40768f57ec017c20f2096916f782842eab41da4 (diff) | |
download | llvm-2051736f7bc3fb1a8daaeecc854f93604a590aba.zip llvm-2051736f7bc3fb1a8daaeecc854f93604a590aba.tar.gz llvm-2051736f7bc3fb1a8daaeecc854f93604a590aba.tar.bz2 |
[llvm][Transforms] Avoid 'raw_string_ostream::str' (NFC)
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