Address review comment

This commit is contained in:
Tom Hvitved
2021-12-20 15:24:14 +01:00
parent 1e27ddf7c7
commit aa9444b16c

View File

@@ -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"
}