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 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