summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/basic.cpp
blob: 7af14307def29609b6dae23b0d3e40fcec6865f0 (plain)
1
2
3
4
5
// RUN: clang-tidy %s -checks='-*,llvm-namespace-comment' -- | FileCheck %s

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