mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add Self- and SelfWitnessTable metadata sources to capture descriptors
These can show up in partial applications of functions with the witness_method calling convention.
This commit is contained in:
@@ -21,3 +21,5 @@ METADATA_SOURCE(ReferenceCapture, MetadataSource)
|
||||
METADATA_SOURCE(MetadataCapture, MetadataSource)
|
||||
METADATA_SOURCE(GenericArgument, MetadataSource)
|
||||
METADATA_SOURCE(Parent, MetadataSource)
|
||||
METADATA_SOURCE(Self, MetadataSource)
|
||||
METADATA_SOURCE(SelfWitnessTable, MetadataSource)
|
||||
|
||||
Reference in New Issue
Block a user