[PATCH] D87830: [clang-tidy][test] Allow empty checks in check_clang_tidy.py
Endre Fülöp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 05:26:48 PDT 2020
gamesh411 added a comment.
In D87830#2336572 <https://reviews.llvm.org/D87830#2336572>, @njames93 wrote:
> Probably not quite as verbose but should do the job
>
> // RUN: clang-tidy %s --checks=-*,my-check-to-test --warnings-as-errors=* -- -std=c++11
Thanks 👍 ! I can live with this solution as well. If however there is a suggestion on how to handle this in an idiomatic way, please share, maybe I can help implement it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87830/new/
https://reviews.llvm.org/D87830
More information about the cfe-commits
mailing list