Jules Villard
62bfde8b5a
[clang] translate global var initializers
...
Summary:
Create dummy functions representing the initializers of global variables. This
is so we can implement checks in the backend that can look at the initializer
expressions of global variables. We try not to create these dummy functions
when the initializer is not present, although for some reason we sometimes end
up with empty initializers.
Also add source file info to global variables in the backend (Pvar.re).
Reviewed By: sblackshear
Differential Revision: D3780238
fbshipit-source-id: 2dca87e
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
4172650313
[java] treat CatchVar's emitted by Sawja as temporary variables
...
Reviewed By: cristianoc
Differential Revision: D3871548
fbshipit-source-id: 32274ef
8 years ago
Sam Blackshear
e918624076
abducted -> abduced
...
Reviewed By: jeremydubreil
Differential Revision: D3828585
fbshipit-source-id: b76b256
8 years ago
Sam Blackshear
7b58c71475
centralize creation and detection of clang tmp vars, fix errdesc/bucketing
...
Reviewed By: akotulski
Differential Revision: D3529992
fbshipit-source-id: 939f47a
9 years ago
Sam Blackshear
37f943a3fa
unifying checking of temporary variables
...
Reviewed By: jeremydubreil
Differential Revision: D3473066
fbshipit-source-id: 871b878
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