Files
swift-mirror/test/PrintAsObjC/cdecl-enums.swift
Alexis Laferrière beb980b1f3 AST: Support @cdecl enums without an explicit C name
Accept `@cdecl` enums without an explicit C name. The C name defaults to
the Swift one. It is printed using the `SWIFT_ENUM` macro instead of
`SWIFT_ENUM_NAMED`.
2025-07-01 14:10:53 -07:00

4.7 KiB