-
Notifications
You must be signed in to change notification settings - Fork 1.8k
C++: Convert a number of data flow based queries to use ConfigSig
#12435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++: Convert a number of data flow based queries to use ConfigSig
#12435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! This was a lot of repetitive diff reading, so I'm relying quite a lot on tests to spot anything here 😵.
Apparently some queries we skipped in the testing I did locally.
@MathiasVP Except for the caching issue DCA looks good. Should we hold this off, can we just merge? |
Hmm... I'd like to just merge it. It does put slightly more risk on the use-use flow branch for the upcoming LGTM run, but I don't think it's enough to be concerning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
e68bb53
into
github:mathiasvp/replace-ast-with-ir-use-usedataflow
Targeting the use-use dataflow feature branch, because I cannot be bothered to solve any merge conflicts when doing this on
main
.