mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Address review comment
This commit is contained in:
@@ -68,7 +68,7 @@ SummaryComponent interpretComponentSpecific(string c) {
|
||||
|
||||
/** Gets the textual representation of a summary component in the format used for flow summaries. */
|
||||
string getComponentSpecificCsv(SummaryComponent sc) {
|
||||
sc = TArgumentSummaryComponent(any(ParameterPosition pos | pos.isSelf())) and
|
||||
sc = TArgumentSummaryComponent(any(ParameterPosition pos | pos.isBlock())) and
|
||||
result = "BlockArgument"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user