You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jules Villard
451adc7949
[build] fix ./build-infer clang
...
Summary:
- inferbo introduced a dependency to extlib. When building Java analyzers, this
is implicitly pulled in by javalib, but it's missing when building only the
clang analyzers. Add `extlib` to the packages we build against.
- infer.ml and Javac.ml depend on Javalib, but it's easy to push down the code
that needs it to `jMain.ml` so that we can build without javalib for the
clang-only case.
- jMain.mli had 2 copies: one in java/ and one in java_stubs/. Make one a symlink to the other.
Reviewed By: jeremydubreil
Differential Revision: D4566581
fbshipit-source-id: 214a4eb
8 years ago
..
.project
initial synchronization
10 years ago
README.md
Created IR folder for the intermediate representaion files.
9 years ago
TODO
initial synchronization
10 years ago
doc.odocl
initial synchronization
10 years ago
jAnnotation.ml
Remove support for SuppressWarnings annotations
8 years ago
jAnnotation.mli
Remove support for SuppressWarnings annotations
8 years ago
jClasspath.ml
[infer][java] more rebust detection of the class filenames
8 years ago
jClasspath.mli
Call java frontend directly instead of using fork
8 years ago
jConfig.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
jContext.ml
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
jContext.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
jFrontend.ml
[BetterEngineering] Remove remaining uses of polymorphic equality
8 years ago
jFrontend.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
jMain.ml
[build] fix ./build-infer clang
8 years ago
jMain.mli
[build] fix ./build-infer clang
8 years ago
jTrans.ml
Deprecate more IList functions and use Core List instead
8 years ago
jTrans.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
jTransExn.ml
[BetterEngineering] Remove remaining uses of polymorphic equality
8 years ago
jTransExn.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
jTransType.ml
Deprecate more IList functions and use Core List instead
8 years ago
jTransType.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
Java Front-End
This is the front-end for java compilers.
The main entry point is JMain .