Commits

Slava Pestov committed 0b1675102a3
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>.