[biabduction] Enable dynamic disptach on Objective-C blocks

Reviewed By: jeremydubreil

Differential Revision: D8615428

fbshipit-source-id: 39241e5
master
Dulma Churchill 7 years ago committed by Facebook Github Bot
parent e5de1b6663
commit 90f8c73273

@ -1121,6 +1121,7 @@ let resolve_and_analyze_clang current_pdesc tenv prop_r n_actual_params callee_p
if if
Config.dynamic_dispatch && not (is_variadic_procname callee_pname) Config.dynamic_dispatch && not (is_variadic_procname callee_pname)
&& Typ.Procname.is_objc_method callee_pname && Typ.Procname.is_objc_method callee_pname
|| Typ.Procname.is_objc_block callee_pname
(* to be extended to other methods *) (* to be extended to other methods *)
then then
try try

Loading…
Cancel
Save