[AST] Rename DefaultArgumentKind::Nil to NilLiteral.

This avoids a conflict with #define Nil in objc/objc.h.
This commit is contained in:
Greg Parker
2017-08-31 20:24:30 -07:00
parent cb5249b93a
commit 0af574a7be
10 changed files with 14 additions and 14 deletions

View File

@@ -964,7 +964,7 @@ static uint8_t getRawStableDefaultArgumentKind(swift::DefaultArgumentKind kind)
CASE(Line)
CASE(Function)
CASE(DSOHandle)
CASE(Nil)
CASE(NilLiteral)
CASE(EmptyArray)
CASE(EmptyDictionary)
#undef CASE