forked from facebook/redex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use template argument as intraprocedural base class
Summary: The constructor of the functional analyzer class has to do a lot of bookkeeping. I am thinking about using the base class and a number of helper functions to achieve the same and greatly simplify the constructor declaration (since there could be analysis that doesn't find all parameters useful.) Reviewed By: jeremydubreil Differential Revision: D21629733 fbshipit-source-id: 3125346ed9b872831fa18b0bc99d9a80c38afcec
- Loading branch information
1 parent
b0f5e15
commit 45c70c7
Showing
4 changed files
with
71 additions
and
62 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
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
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
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