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
/
invalid-code-rdar10451854.m
blob
156267199b40c79ed2549aa1663b1fc7693dcd26
1
struct {
2
3
@implementation Foo
4
5
- (void)finalize {
6
NSLog(@"bar");
7
}
8
9
- (NSArray *)graphics {
10
}
11
12
@end
13
14
// Test that we don't crash
15
// RUN: c-index-test -test-load-source-reparse 3 local %s