-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write into a separate
DefineCallGraph
than the input `DefineCallGra…
…ph` when building higher order call graphs Summary: Otherwise, the same `DefineCallGraph` is being both read from and written into. This is not good practice and also problematic because it is possible to write new targets (e.g., parameterized targets) for an `Expression.Call`, which will then be read upon the next visit to the expression as the targets from the original `DefineCallGraph`. Reviewed By: arthaud Differential Revision: D66503635 fbshipit-source-id: cec1c5cb50b31258ad8d7181dbb219361daad09d
- Loading branch information
1 parent
4ee253e
commit fddf6f4
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters