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] add {get,update}_cxx_construct_expr_tuple
Summary: * I'm adding a new Infer predicate that needs to extract cxx_construct_expr info from the nodes which have it * This would seem to be the cleanest most general method * Also added some 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/D14378138 Signature: 14378138:1552057300:eac78c0bc274d73083f1cd56b739fd8e6e7a11a7
- Loading branch information
David Lively
committed
Mar 8, 2019
1 parent
ee66e72
commit 36266f6
Showing
3 changed files
with
55 additions
and
0 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