-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Data flow: Add aliases for removing DataFlow prefixes
#18682
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
Conversation
| default predicate reducedViableImplInCallContextCand( | ||
| DataFlowCall call, DataFlowCallable c, DataFlowCall ctx | ||
| ) { | ||
| default predicate reducedViableImplInCallContextCand(Call call, Callable c, Call ctx) { |
Check warning
Code scanning / CodeQL
Candidate predicate not marked as `nomagic` Warning
reducedViableImplInCallContext
Candidate predicate to
reducedViableImplInCallContext
| * returned to. | ||
| */ | ||
| default predicate reducedViableImplInReturnCand(DataFlowCallable c, DataFlowCall call) { | ||
| default predicate reducedViableImplInReturnCand(Callable c, Call call) { |
Check warning
Code scanning / CodeQL
Candidate predicate not marked as `nomagic` Warning
reducedViableImplInReturn
Candidate predicate to
reducedViableImplInReturn
3c29eb6 to
848f975
Compare
848f975 to
0f52fe9
Compare
aschackmull
left a comment
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
michaelnebel
left a comment
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!
Adds the following internal aliases in the data flow library to make the code less verbose