swift
492d4ad4 - Add experimental feature flags for @implementation

Commit
1 year ago
Add experimental feature flags for @implementation • ObjCImplementation controls @implementation on extensions • CImplementation controls @implementation and @_objcImplementation on cdecl functions Why the difference between them? Because `@_objcImplementation extension` has already been adopted pretty widely, while `@_objcImplementation @_cdecl` is very new.
Author
Committer
Parents
Loading