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

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of clang-tools-extra/test/clang-tidy/infrastructure/allow-no-checks.cpp