mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Address review comments.
This commit is contained in:
@@ -154,7 +154,7 @@ string getMadRepresentationSpecific(SummaryComponent sc) {
|
||||
)
|
||||
}
|
||||
|
||||
/** Gets the textual representation of a parameter position in the format used for MaD models. */
|
||||
/** Gets the textual representation of a parameter position in the format used for flow summaries. */
|
||||
string getParameterPosition(ParameterPosition pos) {
|
||||
pos.isSelf() and result = "self"
|
||||
or
|
||||
@@ -169,7 +169,7 @@ string getParameterPosition(ParameterPosition pos) {
|
||||
)
|
||||
}
|
||||
|
||||
/** Gets the textual representation of an argument position in the format used for MaD models. */
|
||||
/** Gets the textual representation of an argument position in the format used for flow summaries. */
|
||||
string getArgumentPosition(ArgumentPosition pos) {
|
||||
pos.isSelf() and result = "self"
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user