diff options
author | Youngsuk Kim <joseph942010@gmail.com> | 2024-06-29 18:50:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-29 18:50:52 -0400 |
commit | caf26b9437ae3e26d4c9c8680d3e755aafeda6ed (patch) | |
tree | bb65fa7064e017c1be7faf3ec7fcea6a1f4055a9 /clang/unittests/Format/ConfigParseTest.cpp | |
parent | 56ef6a2eb2a25d5960eafdb17eaaaa73cb318e57 (diff) | |
download | llvm-caf26b9437ae3e26d4c9c8680d3e755aafeda6ed.zip llvm-caf26b9437ae3e26d4c9c8680d3e755aafeda6ed.tar.gz llvm-caf26b9437ae3e26d4c9c8680d3e755aafeda6ed.tar.bz2 |
[llvm][utils] Avoid 'raw_string_ostream::str()' (NFC) (#97160)
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/Format/ConfigParseTest.cpp')
0 files changed, 0 insertions, 0 deletions