[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / clang-tools-extra / test / clang-tidy / infrastructure / nolintbeginend-error-within-include.cpp
blobdadf2985a48ff39272496edd9349a0977ece195c
1 // RUN: %check_clang_tidy %s google-explicit-constructor %t -- --header-filter=.* -system-headers -- -isystem %S/Inputs/nolintbeginend
3 #include "error_in_include.inc"
4 // CHECK-MESSAGES: error_in_include.inc:1:11: warning: single-argument constructors must be marked explicit
6 #include "nolint_in_include.inc"
8 // CHECK-MESSAGES: Suppressed 1 warnings (1 NOLINT).