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 |
Josh Berdine
|
25a52c7bbc
|
Refactor operations on Exp.t in Sil to Exp
Summary: No functional change.
Reviewed By: cristianoc
Differential Revision: D3669404
fbshipit-source-id: 1d1f11a
|
8 years ago |
Josh Berdine
|
f9ca08a9a8
|
Refactor Exp.t-keyed collections from Sil to Exp
Reviewed By: cristianoc
Differential Revision: D3669397
fbshipit-source-id: cb90abc
|
8 years ago |
Josh Berdine
|
d60965824e
|
Refactor exp_equal and exp_compare to Exp
Reviewed By: cristianoc
Differential Revision: D3669395
fbshipit-source-id: 4c8805d
|
8 years ago |
Josh Berdine
|
701eb20f83
|
Refactor Sil.exp to Exp.t
Summary: Create Exp module and refactor Sil.exp to Exp.t
Reviewed By: cristianoc
Differential Revision: D3669394
fbshipit-source-id: 1f52a90
|
8 years ago |