swift
ec8ea94f - Infer @PointerBounds macro from clang __counted_by parameters (#77387)

Commit
326 days ago
Infer @PointerBounds macro from clang __counted_by parameters (#77387) This results in an automatic wrapper function with safe pointer types when the imported function has bounds attributes. This exercises similar pathways as the recently added functionality for specifying macros from swift_attr. The new functionality is guarded by the experimental language feature SafeInteropWrappers. rdar://97942270
Author
Parents
Loading