Summary: Thanks to the logging introduced in D5293334 (or because of, depending on your liking of spam), I noticed that there lots of errors being logged of the form Couldn't read multilink file '/home/jul/infer/infer/tests/codetoanalyze/cpp/errors/infer-out/attributes/d0/multilink.txt': /home/jul/infer/infer/tests/codetoanalyze/cpp/errors/infer-out/attributes/d0/multilink.txt: No such file or directory I don't think it makes sense to care about multilink files except when `--merge` is specified. Also introduced a .mli and self-documented a function. Reviewed By: akotulski Differential Revision: D5310129 fbshipit-source-id: c3a6276master
parent
11ae193356
commit
cd83a24381
@ -0,0 +1,14 @@
|
||||
(*
|
||||
* 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.
|
||||
*)
|
||||
|
||||
open! IStd
|
||||
|
||||
val record_modified_targets_from_file : string -> unit
|
||||
|
||||
val merge_captured_targets : unit -> unit
|
Loading…
Reference in new issue