zoecarver
|
1adb6116e7
|
[cxx-interop] Add anonymous enum logic to importFunctionReturnType().
|
2022-07-29 14:52:41 -07:00 |
|
zoecarver
|
06761a89e9
|
[cxx-interop] Use typedef's swift_name attr to rename anonymous enums.
|
2022-04-22 12:47:36 -07:00 |
|
zoecarver
|
e6af2d9b49
|
[cxx-interop] Import enum, not typedef for parameter types.
Lookup the "anonymous" enum when importing parameter types rather than using the typedef's underlying type.
|
2022-04-18 19:20:19 -07:00 |
|
zoecarver
|
965c7ca443
|
[cxx-interop] Allow anonymous enums to use the name of their base.
If an anonymous enum inherits from a typedef, it will have the typedef's name.
|
2022-04-18 11:05:58 -07:00 |
|