repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Index
/
index-invalid-code.m
blob
90845330b1963d5fcb4fb7c34c8c9a39ef9983d2
1
struct S {
2
int {
3
};
4
typedef struct S S;
5
6
// RUN: c-index-test -index-file %s | FileCheck %s
7
// CHECK: [indexDeclaration]: kind: struct | name: S |
8
// CHECK-NOT: [indexDeclaration]: kind: struct | name: S |