scott.linder marked an inline comment as done.
scott.linder added inline comments.


================
Comment at: include/clang/Frontend/CompilerInstance.h:362-363
+  /// If not set, this stream defaults to \c llvm::errs().
+  void setVerboseOutputStream(raw_ostream &Value,
+                              bool OwnsOutputStream = false);
+
----------------
dblaikie wrote:
> Two functions - one that takes a raw_ostream& and another that takes a 
> unique_ptr<raw_ostream>?
Do both overloads transfer ownership? Are the "standard" streams like 
`llvm::outs()` OK to free?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53768/new/

https://reviews.llvm.org/D53768



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to