repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
basic.cpp
blob
e57350289c25c13a97231c0a385bf0d8fb264d62
1
// RUN: clang-tidy %s -checks='-*,llvm-namespace-comment' -- | FileCheck %s
2
3
namespace
i
{
4
}
5
// CHECK: warning: namespace 'i' not terminated with a closing comment [llvm-namespace-comment]