small fixes to infer/src/*/README.md files

Reviewed By: jeremydubreil

Differential Revision: D5489948

fbshipit-source-id: 561543f
master
Andrzej Kotulski 7 years ago committed by Facebook Github Bot
parent 51028b730d
commit c2207f5b06

@ -2,6 +2,8 @@
The back end is responsible for the analysis of a project starting from an intermediate representation stored in the results directory, typically `infer-out`.
The main entry point is module [InferAnalyze](InferAnalyze.re).
The main entry point for infer binary is [infer.ml](infer.ml).
Module [InferPrint](InferPrint.re) is used to export the analysis results.
Entry point for the analysis is module [InferAnalyze](InferAnalyze.ml).
Module [InferPrint](InferPrint.ml) is used to export the analysis results.

@ -2,4 +2,4 @@
This is the front-end for the clang compiler.
The main entry point is [CMain](cmain.ml).
The main entry point is [CFrontend](cFrontend.ml).

Loading…
Cancel
Save