Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
77004363a2d7dcf218f3934ef3628874190d77b9
/
.
/
test
/
clang-tidy
/
checkers
/
custom
/
query-partially-active-check.cpp
blob: 962313ddb587be11b1920749f8ccbd7f57e82657 [
file
] [
log
] [
blame
]
// RUN: %check_clang_tidy %s custom-test-let-bind %t --config-file=%S/Inputs/clang-tidy.yml
extern
long
E
;
static
int
S
;
// CHECK-MESSAGES: [[@LINE-1]]:1: warning: find static variable [custom-test-let-bind]