Josh Berdine
2e66dcfac4
Open Core.Std by default, still use Caml Hashtbl, Map, Set
...
Reviewed By: cristianoc
Differential Revision: D4232458
fbshipit-source-id: 3d73c69
8 years ago
Josh Berdine
e438314776
Divide Utils into Utils, Pp, and IStd
...
Summary:
Utils contains definitions intended to be in the global namespace for
all of the infer code-base, as well as pretty-printing functions, and
assorted utility functions mostly for dealing with files and processes.
This diff changes the module opened into the global namespace to
IStd (Std conflict with extlib), and moves the pretty-printing
definitions from Utils to Pp.
Reviewed By: jvillard
Differential Revision: D4232457
fbshipit-source-id: 1e070e0
8 years ago
Josh Berdine
a1e223d36d
ppx_compare Ident
...
Reviewed By: cristianoc
Differential Revision: D4232374
fbshipit-source-id: c1be434
8 years ago
Josh Berdine
dd8b8e6d2e
[reason] reformat with new version of reason
...
Summary:
Converted by executing:
```
cd infer/src
find . -name "*.re" -or -name "*.rei" -exec ../../scripts/reup.sh {} \;
```
and fixed a few broken comments.
Reviewed By: jvillard
Differential Revision: D4021262
fbshipit-source-id: 0223287
8 years ago
Sam Blackshear
006bd06adb
add concept of a dummy identifier
...
Reviewed By: jberdine
Differential Revision: D3470952
fbshipit-source-id: d40ef14
9 years ago
Dulma Churchill
08c1c5bbf0
Change desc of npe message regarding pointer inside smart pointers
...
Reviewed By: akotulski
Differential Revision: D3365448
fbshipit-source-id: 5eb8d88
9 years ago
Cristiano Calcagno
08546ce7bb
Move vim comments up.
...
Reviewed By: chenglou
Differential Revision: D3327580
fbshipit-source-id: a7493e3
9 years ago
Cristiano Calcagno
52e9ebc252
Enable syntax highlighting for Reason files on GitHub.
...
Reviewed By: chenglou
Differential Revision: D3327534
fbshipit-source-id: 1dc6d5f
9 years ago
Cristiano Calcagno
885beed0b1
Convert the Intermediate Representation to Reason.
...
Reviewed By: jberdine
Differential Revision: D3138490
fbshipit-source-id: e3b53fa
9 years ago