Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
allow-no-checks.cpp
blob: a1f059b92384d02ad7c4523b088db31eaba3fc9b [
file
] [
log
] [
blame
] [
edit
]
// RUN: not clang-tidy %s -checks='-*'
// RUN: clang-tidy %s -checks='-*' --allow-no-checks | FileCheck --match-full-lines %s
// CHECK: No checks enabled.