brintos

brintos / llvm-project-archived public Read only

0
0
Text · 381 B · 6b34669 Raw
9 lines · cpp
1// REQUIRES: custom-check2// RUN: %check_clang_tidy %s custom-* %t --config-file=%S/Inputs/clang-tidy.yml3 4extern long E;5// CHECK-MESSAGES: [[@LINE-1]]:8: warning: use 'int' instead of 'long' [custom-test-diag-level]6// CHECK-MESSAGES: [[@LINE-2]]:1: note: declaration of 'long'7static int S;8// CHECK-MESSAGES: [[@LINE-1]]:1: warning: find static variable [custom-test-let-bind]9