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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Index
/
complete-switch.c
blob
4a78854595543d8b6af810ef332d0e7081eb12ca
1
void
f
() {
2
auto
foo
=
bar
;
3
switch
(
foo
) {
4
case
x
:
5
break
;
6
}
7
}
8
9
// RUN: not %clang_cc1 -fsyntax-only -fno-recovery-ast -code-completion-at=%s:4:10 %s | FileCheck %s -allow-empty
10
// CHECK-NOT: COMPLETION: foo