You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sema: Fix recent regression with invalid subscripts
A SubscriptExpr can represent both the result of parsing a subscript and
the result of type checking / overload resolution. In the former case,
we don't have an associated decl, triggering an assert when FindCapturedVars
tries visits an invalid SubscriptExpr inside of an Objective-C extension.
Fixes <rdar://problem/26283886>.
0 commit comments