[PATCH] D90010: clang-tidy: Reduce number of stderr write calls

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 25 18:04:09 PDT 2020


dblaikie added a comment.

In D90010#2352556 <https://reviews.llvm.org/D90010#2352556>, @njames93 wrote:

> Isn't `llvm::errs()` buffered, negating most of the benefit here.

+1 to this (the patch description doesn't explain any specific motivation either - whether it's performance (runtime? memory usage? etc?) or something else, and how the performance aspect has been quantified)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90010



More information about the cfe-commits mailing list