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
/
index-local-symbol.cpp
blob
1ffc4ec89ed8cb94ba7f8d12ffd5280e49fe93b8
1
void
ff
() {
2
struct
Foo
{};
3
}
4
5
// RUN: env CINDEXTEST_INDEXLOCALSYMBOLS=1 c-index-test -index-file %s | FileCheck %s
6
// CHECK: [indexDeclaration]: kind: struct | name: Foo | {{.*}} | loc: 2:10