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 |
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 |