diff options
author | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-09-17 09:53:07 -0500 |
---|---|---|
committer | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-09-17 09:58:58 -0500 |
commit | 53bc35a80a844601c10c8bb75832cbee3ba841ac (patch) | |
tree | cfb7a7f591be3925135175724dc237116690cfa0 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 848cec11f54f1433d19c847fe0296147549ef44a (diff) | |
download | llvm-53bc35a80a844601c10c8bb75832cbee3ba841ac.zip llvm-53bc35a80a844601c10c8bb75832cbee3ba841ac.tar.gz llvm-53bc35a80a844601c10c8bb75832cbee3ba841ac.tar.bz2 |
[polly] 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 )
* Don't call raw_string_ostream::flush(), which is essentially a no-op.
* 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