Reviewed By: dulmarod Differential Revision: D4602990 fbshipit-source-id: 216de00master
parent
c7abd82d44
commit
91aad00e3c
@ -0,0 +1,12 @@
|
||||
(*
|
||||
* Copyright (c) 2016 - 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.
|
||||
*)
|
||||
|
||||
module DeprecatedAPIUsage = struct
|
||||
let checker context an = CTL.False, None
|
||||
end
|
@ -0,0 +1,15 @@
|
||||
(*
|
||||
* Copyright (c) 2016 - 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.
|
||||
*)
|
||||
|
||||
module DeprecatedAPIUsage :
|
||||
sig
|
||||
val checker :
|
||||
CLintersContext.context -> Ctl_parser_types.ast_node ->
|
||||
CTL.t * CIssue.issue_desc option
|
||||
end
|
Loading…
Reference in new issue