Skip to content

Commit 097681e

Browse files
owen-mcCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 63e8061 commit 097681e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ module CsvValidation {
362362
output.matches("ReturnValue%") and
363363
result =
364364
"Constructor model for " + namespace + "." + type +
365-
" should use `Argument[-1]` in the output, not `ReturnValue`."
365+
" should use `Argument[this]` in the output, not `ReturnValue`."
366366
)
367367
}
368368

0 commit comments

Comments
 (0)