mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
f9372fdb62
Assign the location of a switch statement's subject expression to all of its case statements. This improves the debugger's stepping behavior in switch statements. Stepping into a switch now goes directly to the first matching case (possibly one with a `where` clause that may or may not match). It's still possible to set breakpoints within `where` clauses. rdar://35628672