Updated ASTMerge/macro.m to use _Nullable.

llvm-svn: 286151
This commit is contained in:
Sean Callanan 2016-11-07 21:10:31 +00:00
parent 891bb4872c
commit e8fee34c62
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ typedef void *VoidRef;
void maybeNull(
int i,
__nullable VoidRef *__nullable);
_Nullable VoidRef *_Nullable);