mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rather than looking for a given BraceStmtScope child for a particular catch node, check whether the given catch node is the parent of the innermost BraceStmtScope we've found, looking through an intermediate source file if needed. This ensures it works correctly when the BraceStmtScope is in a macro expansion. rdar://149036108
26 KiB
26 KiB