Files
clang-p2996/llvm/lib/Support
Duncan P. N. Exon Smith 2f721476d1 Frontend: Simplify handling of non-seeking streams in CompilerInstance, NFC
Add a new `raw_pwrite_ostream` variant, `buffer_unique_ostream`, which
is like `buffer_ostream` but with unique ownership of the stream it's
wrapping. Use this in CompilerInstance to simplify the ownership of
non-seeking output streams, avoiding logic sprawled around to deal with
them specially.

This also simplifies future work to encapsulate output files in a
different class.

Differential Revision: https://reviews.llvm.org/D93260
2021-01-26 15:20:43 -08:00
..
2021-01-19 20:19:16 -08:00
2021-01-17 10:39:45 -08:00
2021-01-19 20:19:14 -08:00
2021-01-04 11:42:47 -08:00
2020-06-03 16:10:09 -07:00
2021-01-21 19:59:50 -08:00
2020-12-03 20:11:11 +01:00