[PATCH] D49851: [clang-tidy] run-clang-tidy add synchronisation to the output

Jonas Toth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 00:30:01 PDT 2018


JonasToth added a comment.

In https://reviews.llvm.org/D49851#1202764, @Abpostelnicu wrote:

> Strangely I haven't had those kind of issues but since you propose those modifications I would do one more modification, let's output everything to stdout and not stderr by doing:
>
>   if err:
>     sys.stdout.write(str(err) + '\n')
>   


You can make this a new revision, fixing the `byte` and `str` issues would be more important now.

The `byte` and `str` thingie is since the whole python3 releases or did it change?


Repository:
  rL LLVM

https://reviews.llvm.org/D49851





More information about the llvm-commits mailing list