blob: 4c9c57bb12001037da048016f71fa866f2226621 [file] [log] [blame]
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: clang-tidy %t.cpp -checks='-*,llvm-namespace-comment' -- > %t2.cpp
// RUN: FileCheck -input-file=%t2.cpp %s
namespace i {
}
// CHECK: warning: namespace not terminated with a closing comment [llvm-namespace-comment]