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
/
Modules
/
Inputs
/
objc-desig-init
/
Base.h
blob
47184256b139ff6842a92f39b719a45063080129
1
@
class
NSString
;
2
@interface Base
3
- (
id
)
initWithNibName
:(
NSString
*)
nibNameOrNil
__attribute__
((
objc_designated_initializer
));
4
@end