[SemaObjC] Fix a crash on an invalid ternary with ARC pointers
FindCompositeObjCPointerType nulls out the subexpressions on error, so bail out instead of trying to deref them.
Loading
Please sign in to comment
FindCompositeObjCPointerType nulls out the subexpressions on error, so bail out instead of trying to deref them.