mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Rename DefaultArgumentKind::Nil to NilLiteral.
This avoids a conflict with #define Nil in objc/objc.h.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user