brintos

brintos / llvm-project-archived public Read only

0
0
Text · 364 B · dadf298 Raw
9 lines · cpp
1// RUN: %check_clang_tidy %s google-explicit-constructor %t -- --header-filter=.* -system-headers -- -isystem %S/Inputs/nolintbeginend2 3#include "error_in_include.inc"4// CHECK-MESSAGES: error_in_include.inc:1:11: warning: single-argument constructors must be marked explicit5 6#include "nolint_in_include.inc"7 8// CHECK-MESSAGES: Suppressed 1 warnings (1 NOLINT).9