Files
swift-mirror/lib/Sema/CSGen.cpp
Pavel Yaskevich ca126bc433 [CSGen] Closure analyzer shouldn't walk into local some decls/patterns
While trying to gather all references to external variables,
analyzer shouldn't walk into patterns and any local declarations
except to pattern bindings, because decls do not participate
in inference and patterns cannot contain references analyzer
is looking for.
2023-01-06 15:46:35 -08:00

188 KiB