diff options
author | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-09-17 10:24:05 -0500 |
---|---|---|
committer | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-09-17 10:25:18 -0500 |
commit | c3d78a7af8e74c588501a2555b4a4ed7bdc55ef5 (patch) | |
tree | 0283f099a6259c75befb4c29f49546b5e799faec /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | adeae925dcd7db0d49256f687c66a662d6604128 (diff) | |
download | llvm-c3d78a7af8e74c588501a2555b4a4ed7bdc55ef5.zip llvm-c3d78a7af8e74c588501a2555b4a4ed7bdc55ef5.tar.gz llvm-c3d78a7af8e74c588501a2555b4a4ed7bdc55ef5.tar.bz2 |
[libc][benchmarks] Tidy uses of raw_string_ostream (NFC)
As specified in the docs,
1) raw_string_ostream is always unbuffered and
2) the underlying buffer may be used directly
( 65b13610a5226b84889b923bae884ba395ad084d for further reference )
Avoid unneeded calls to raw_string_ostream::str(), to avoid excess indirection.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions