-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
featureA feature request or implementationA feature request or implementationtriage neededThis issue needs more specific labelsThis issue needs more specific labels
Description
Motivation
API Notes allow for annotating C+ APIs without modifying header files, such as to rename methods of C++ non-templated types in Swift. However, templated types aren't currently supported by API Notes, meaning that e.g. the only way to rename a method of a C++ templated type is to put the SWIFT_NAME
annotation on the method definition in the header.
Proposed solution
Add support for annotating templated types via API Notes.
Alternatives considered
No response
Additional information
rdar://131566632
Metadata
Metadata
Assignees
Labels
featureA feature request or implementationA feature request or implementationtriage neededThis issue needs more specific labelsThis issue needs more specific labels