mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Macros] Initial implementation of conformance macros.
This commit is contained in:
@@ -379,6 +379,7 @@ void SourceManager::setGeneratedSourceInfo(
|
||||
case GeneratedSourceInfo::MemberAttributeMacroExpansion:
|
||||
case GeneratedSourceInfo::MemberMacroExpansion:
|
||||
case GeneratedSourceInfo::PeerMacroExpansion:
|
||||
case GeneratedSourceInfo::ConformanceMacroExpansion:
|
||||
case GeneratedSourceInfo::PrettyPrinted:
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user