mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #70602 from ApolloZhu/macro/expression-as-default-argument
[Macros] Expression macro as caller-side default argument
This commit is contained in:
@@ -106,6 +106,7 @@ enum class SourceFileKind {
|
||||
SIL, ///< Came from a .sil file.
|
||||
Interface, ///< Came from a .swiftinterface file, representing another module.
|
||||
MacroExpansion, ///< Came from a macro expansion.
|
||||
DefaultArgument, ///< Came from default argument at caller side
|
||||
};
|
||||
|
||||
/// Contains information about where a particular path is used in
|
||||
|
||||
Reference in New Issue
Block a user