swift
7c7ea1df - [SE-0458] Suppress "no unsafe operations" warnings outside of strict mode

Commit
216 days ago
[SE-0458] Suppress "no unsafe operations" warnings outside of strict mode This is a stop-gap solution to prevent spurious warnings when "unsafe" expressions and for..in loops are used without strict memory safety. The full answer is probably to determine where unsafe code is all the time, so that we can still (correctly) diagnose "no unsafe operations" even outside of strict memory safety mode.
Author
Committer
Parents
Loading