[PATCH] D87830: [clang-tidy][test] Allow empty checks in check_clang_tidy.py

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 16 23:36:06 PDT 2020


njames93 added a comment.

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


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