Reviewed By: jvillard Differential Revision: D4114514 fbshipit-source-id: 74fa97amaster
parent
e9654ca51d
commit
9f42c047fe
@ -0,0 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
open! Utils;
|
||||||
|
|
||||||
|
|
||||||
|
/** Main module for the analysis after the capture phase */
|
||||||
|
let () = InferAnalyze.main ();
|
@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
open! Utils;
|
||||||
|
/** Main module for the analysis after the capture phase */
|
Loading…
Reference in new issue