[cleanup] adding missing mlis for checkers

Reviewed By: peterogithub

Differential Revision: D4611738

fbshipit-source-id: b84472e
master
Sam Blackshear 8 years ago committed by Facebook Github Bot
parent 9a06a859e2
commit acd9e3246f

@ -0,0 +1,10 @@
(*
* Copyright (c) 2017 - present Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*)
val checker : Callbacks.proc_callback_t

@ -0,0 +1,10 @@
(*
* Copyright (c) 2017 - present Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*)
val file_analysis : Callbacks.cluster_callback_t

@ -406,3 +406,5 @@ module Interprocedural = struct
| Some Domain.Bottom | None ->
()
end
let checker = Interprocedural.check_and_report

@ -0,0 +1,10 @@
(*
* Copyright (c) 2017 - present Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*)
val checker : Callbacks.proc_callback_t

@ -0,0 +1,10 @@
(*
* Copyright (c) 2017 - present Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*)
val callback_fragment_retains_view : Callbacks.proc_callback_t

@ -38,7 +38,7 @@ let active_procedure_checkers () =
ImmutableChecker.callback_check_immutable_cast, checkers_enabled;
RepeatedCallsChecker.callback_check_repeated_calls, checkers_enabled;
PrintfArgs.callback_printf_args, checkers_enabled;
AnnotationReachability.Interprocedural.check_and_report, checkers_enabled;
AnnotationReachability.checker, checkers_enabled;
BufferOverrunChecker.checker, Config.bufferoverrun;
] in
(* make sure SimpleChecker.ml is not dead code *)

@ -0,0 +1,10 @@
(*
* Copyright (c) 2017 - present Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*)
val checker : Callbacks.proc_callback_t

@ -0,0 +1,10 @@
(*
* Copyright (c) 2017 - present Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*)
val checker : Callbacks.proc_callback_t
Loading…
Cancel
Save