summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-switch.c
blob: 9a9438c28d31f2a9a2898c9cb379ecabecde8439 (plain)
1
2
3
4
5
6
7
8
9
10
void f() {
  auto foo = bar;
  switch(foo) {
    case x:
      break;
  }
}

// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:4:10 %s | FileCheck %s -allow-empty
// CHECK-NOT: COMPLETION: foo
OpenPOWER on IntegriCloud