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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
class-extension
/
a-proto.h
blob
32043ec2498f83caa7ae28c9fd73dd6cf82ee68d
1
@protocol NSObject
2
@end
3
4
@protocol AProto
<
NSObject
>
5
@
property
(
nonatomic
,
readwrite
,
assign
)
int
p0
;
6
@
property
(
nonatomic
,
readwrite
,
assign
)
int
p1
;
7
@end