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

Andi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 10:33:08 PDT 2018


Abpostelnicu added a comment.

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')


Repository:
  rL LLVM

https://reviews.llvm.org/D49851





More information about the llvm-commits mailing list