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-format] Fix a bug in aligning comments above PPDirective (#72791)
[llvm-project.git]
/
clang
/
test
/
ARCMT
/
allowlisted
/
header1.h.result
blob
c7cf109a27e92c1a797a50c07d619b9186c878ce
1
2
@interface I1 : NSObject
3
@property (nonatomic) int prop;
4
+(instancetype)i1;
5
@end
6
7
typedef long NSInteger;