diff options
author | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-09-25 05:40:21 -0500 |
---|---|---|
committer | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-09-25 06:12:45 -0500 |
commit | f5838cc17ffb1a0015a0d2687a72bf39b2847f6d (patch) | |
tree | 20e76a5c979a29daecf4c307745dee000ecf3941 /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | dc2d0d5e1a4e7a7524f68aa9739acf22bee13b9e (diff) | |
download | llvm-f5838cc17ffb1a0015a0d2687a72bf39b2847f6d.zip llvm-f5838cc17ffb1a0015a0d2687a72bf39b2847f6d.tar.gz llvm-f5838cc17ffb1a0015a0d2687a72bf39b2847f6d.tar.bz2 |
[clang-tools-extra] Don't flush llvm::raw_string_ostream (NFC)
Don't call raw_string_ostream::flush(), which is essentially a no-op.
As specified in the docs, raw_string_ostream is always unbuffered.
( 65b13610a5226b84889b923bae884ba395ad084d for further reference )
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions