[clang] Make translation failures crash InferClang when --no-failures-allowed is set

Reviewed By: dulmarod

Differential Revision: D4674144

fbshipit-source-id: 44c0a80
master
Andrzej Kotulski 8 years ago committed by Facebook Github Bot
parent 4b620316d3
commit 55b18df306

@ -48,7 +48,7 @@ struct
(* this shouldn't happen, because self or [a class] should always be arguments of
functions. This is to make sure I'm not wrong. *)
assert false
| Assert_failure (file, line, column) ->
| Assert_failure (file, line, column) when Config.failures_allowed ->
Logging.out "Fatal error: exception Assert_failure(%s, %d, %d)\n%!" file line column;
Cfg.remove_proc_desc cfg procname;
CMethod_trans.create_external_procdesc cfg procname is_objc_method None;

Loading…
Cancel
Save