Skip to content

Commit 52e6467

Browse files
committed
Add comment
1 parent d8ac07f commit 52e6467

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/common/src/codingstandards/cpp/deviations/CodeIdentifierDeviation.qll

+5
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ class CodeIdentifierDeviation extends TCodeIndentifierDeviation {
341341
)
342342
}
343343

344+
/**
345+
* Holds for the region matched by this code identifier deviation.
346+
*
347+
* Note: this is not the location of the marker itself.
348+
*/
344349
predicate hasLocationInfo(
345350
string filepath, int suppressedLine, int suppressedColumn, int endline, int endcolumn
346351
) {

0 commit comments

Comments
 (0)