This repository has been archived by the owner on May 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang_ast_proj] generate {get,update}_var_decl_tuple
Summary: * I'm adding a new Infer predicate that needs to extract var_decl_info from all the VarDecl-based nodes * This would seem to be the cleanest most general method * Also added unit test coverage Test Plan: * `make clang_plugin_test` (includes new unit tests) * Testing of dependent diff Reviewers: jrm, ddino, jul Reviewed By: jul Subscribers: mcl Differential Revision: https://phabricator.intern.facebook.com/D14367310 Signature: 14367310:1552053475:3fd33913e449ba6a95cc025bad2d39712de5101f
- Loading branch information
David Lively
committed
Mar 8, 2019
1 parent
1f77ff5
commit ee66e72
Showing
3 changed files
with
65 additions
and
19 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