commit | a5ddd6646023301ee22b0a98a10ff12b30f3421c | [log] [tgz] |
---|---|---|
author | Youngsuk Kim <youngsuk.kim@hpe.com> | Tue Sep 17 09:53:07 2024 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 17 08:06:22 2024 -0700 |
tree | 427520f78cf05cbffb60136c2bfd8ee235e6caa6 | |
parent | 8c91210b5cf2352c835aa42ef7f626e70df93934 [diff] |
[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. GitOrigin-RevId: 53bc35a80a844601c10c8bb75832cbee3ba841ac