[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang-tools-extra / test / clang-tidy / infrastructure / basic.cpp
blobe57350289c25c13a97231c0a385bf0d8fb264d62
1 // RUN: clang-tidy %s -checks='-*,llvm-namespace-comment' -- | FileCheck %s
3 namespace i {
5 // CHECK: warning: namespace 'i' not terminated with a closing comment [llvm-namespace-comment]