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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Index
/
unmatched-braces.c
blob
b994605d362aeae833bb9fb1d9ded53b63ec87b0
1
void
foo
() {
2
int
x
;
3
if
(
x
) {
4
}
5
6
// RUN: c-index-test -cursor-at=%s:2:7 %s > %t
7
// RUN: FileCheck %s -input-file %t
8
9
// CHECK: VarDecl=x:2:7