blob: e9a27301bd6112aad9cf8c4ab5b23f300e4f7f8c [file] [log] [blame]
// RUN: %check_clang_tidy %s custom-* %t --config-file=%S/Inputs/clang-tidy.yml
extern long E;
// CHECK-MESSAGES: [[@LINE-1]]:8: warning: use 'int' instead of 'long' [custom-test-diag-level]
// CHECK-MESSAGES: [[@LINE-2]]:1: note: declaration of 'long'
static int S;
// CHECK-MESSAGES: [[@LINE-1]]:1: warning: find static variable [custom-test-let-bind]