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-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
ASTMerge
/
macro
/
Inputs
/
macro1.h
blob
961339496787cfd70b82c396e32fd7e345964835
1
typedef
void
*
VoidRef
;
2
3
void
maybeNull
(
4
int
i
,
5
_Nullable VoidRef
*
_Nullable
);