mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
6a383b270e
We have a few constructor functions that aren't wrapped in SWIFT_ALLOWED_RUNTIME_GLOBAL_CTOR_BEGIN/SWIFT_ALLOWED_RUNTIME_GLOBAL_CTOR_END and which have started to produce warnings in a new clang version. Explicitly allow these constructors by adding those. rdar://147703947