[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

@@ -316,7 +316,7 @@ enum class DefaultArgumentKind : uint8_t {
Function,
Inherited,
DSOHandle,
Nil,
NilLiteral,
EmptyArray,
EmptyDictionary,
};