brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · 9d8c40a Raw
6 lines · cpp
1// RUN: not clang-tidy %s @%S/Inputs/param/parameters.txt -- | FileCheck %s2 3namespace i {4}5// CHECK: error: namespace 'i' not terminated with a closing comment [llvm-namespace-comment,-warnings-as-errors]6