[PATCH] D90535: [clang-tidy] Allow -warnings-as-errors to be specified from run_clang_tidy.py

Christian Schärf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 1 09:03:40 PST 2020


schaerfo added a comment.

In D90535#2366731 <https://reviews.llvm.org/D90535#2366731>, @njames93 wrote:

> Just a general drive by comment, there have been quite a few patches recently that add arguments that just get forwarded straight to clang-tidy, would it not be a whole lot simpler if we could just automatically forward arguments straight to clang-tidy.

That is indeed an idea worth considering, perhaps I can start working on it. It would, however, not be backwards compatible.

> Anyway aside from that, please upload diffs with the full context, see https://llvm.org/docs/Phabricator.html#phabricator-request-review-web for more info.

I have updated the revision to show the entire diff.


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

https://reviews.llvm.org/D90535



More information about the cfe-commits mailing list