summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/basic.cpp
blob: e61b8ebfb138bd9fde99e99a144e144b47e84c3d (plain)
1
2
3
4
5
6
7
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: clang-tidy %t.cpp -- > %t2.cpp
// RUN: FileCheck -input-file=%t2.cpp %s

namespace i {
}
// CHECK: warning: namespace not terminated with a closing comment
OpenPOWER on IntegriCloud