mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add support for #fileID
This temporarily breaks -enable-experimental-concise-pound-file. fixup adding #fileID
This commit is contained in:
@@ -1122,6 +1122,7 @@ static uint8_t getRawStableDefaultArgumentKind(swift::DefaultArgumentKind kind)
|
||||
CASE(Inherited)
|
||||
CASE(Column)
|
||||
CASE(File)
|
||||
CASE(FileID)
|
||||
CASE(FilePath)
|
||||
CASE(Line)
|
||||
CASE(Function)
|
||||
|
||||
Reference in New Issue
Block a user