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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Index
/
boxed-exprs.h
blob
bdb80383d7ea27c45bb830795ee4c2be98566cae
1
2
@interface NSString @end
3
4
@interface
NSString
(
NSStringExtensionMethods
)
5
+ (
id
)
stringWithUTF8String
:(
const char
*)
nullTerminatedCString
;
6
@end
7
8
static
inline
void
infoo
(
const char
*
cs
) {
9
NSString
*
s
=
@
(
cs
);
10
}