Files
swift-mirror/stdlib/public/Platform/visualc.apinotes
Saleem Abdulrasool df1bcb76e4 test: add ClangImporter test for _setjmp APINote
This ensures that we do not allow someone to import `_setjmp` on Windows
which is not annotated with `__attribute__((__returns_twice__))` and
cannot be adjusted without assistance from Microsoft.
2018-12-15 09:24:01 -08:00

8 lines
154 B
Plaintext

---
Name: VisualC
Functions:
- Name: _setjmp
Availability: nonswift
AvailabilityMsg: 'Functions that return more than once are unavailable in swift'