Files
swift-mirror/lib/AST/ASTScopeLookup.cpp
Hamish Knight 0017d5d41e [ASTScope] Match parent scopes in lookupCatchNode for brace stmts
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
2025-04-22 18:13:29 +01:00

26 KiB