Summary: There was a bug where we forgot to mark these values as reachable. In particular we would forget their arithmetic value as a result. For example, now we remember that the array access is at an index equal to 5 in the summary of this function: ``` foo(int a[]) { a[5] = 42; } ``` Reviewed By: skcho Differential Revision: D25430468 fbshipit-source-id: 4acf09842master
parent
7d11a26d66
commit
0980bbe2b3
Loading…
Reference in new issue