Merge pull request #70602 from ApolloZhu/macro/expression-as-default-argument

[Macros] Expression macro as caller-side default argument
This commit is contained in:
Doug Gregor
2024-02-14 16:10:11 -08:00
committed by GitHub
51 changed files with 730 additions and 25 deletions

View File

@@ -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