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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
diagnose-missing-import
/
a.h
blob
2121e968b368f58779c7cebb01a44867f62cd7e4
1
#ifndef A_h
2
#define A_h
3
4
@
class
NSString
;
5
static
NSString
*
const
xyzRiskyCloseOpenParam
=
@
"riskyCloseParam"
;
6
static
inline
void
XYZLogEvent
(
NSString
*
eventName
,
NSString
*
params
);
7
8
#endif