mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
- Mine conjunction constraints for constraint failure data. (rdar://problem/16833763) - Rather than crash, add a diagnostic to signify a missing user constraint. (rdar://problem/16747055) I don't have a deterministic repro for this to include as a test, but users hit it from time to time, I'd like to address this issue holistically, and we're hoping that the new diagnostic will help us collect isolated repros. - As promised, remove the temporary "compiler_submit_version" build configuration predicate in time for WWDC. (rdar://problem/16380797) Swift SVN r17705