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

2020-10-31 Thread Christian Schärf via Phabricator via cfe-commits
schaerfo created this revision. schaerfo added a reviewer: alexfh. schaerfo added a project: clang-tools-extra. Herald added subscribers: cfe-commits, xazax.hun. Herald added a project: clang. schaerfo requested review of this revision. This patch adds a `-warnings-as-errors` option to run_clang_t

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

2020-11-01 Thread Christian Schärf via Phabricator via cfe-commits
schaerfo updated this revision to Diff 302152. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90535/new/ https://reviews.llvm.org/D90535 Files: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py Index: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py ==

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

2020-11-01 Thread Christian Schärf via Phabricator via cfe-commits
schaerfo added a comment. In 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 w