xref: /llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/allow-no-checks.cpp (revision 4558e45e7e33d1cfc1a54af761085e358dbab64b)
1 // RUN: not clang-tidy %s -checks='-*'
2 // RUN: clang-tidy %s -checks='-*' --allow-no-checks | FileCheck --match-full-lines %s
3 
4 // CHECK: No checks enabled.
5