Skip to content

Commit 4f3cf4d

Browse files
committed
fixup! json-{sarif,simple}: propagate endLine/endColumn
1 parent c09b7a9 commit 4f3cf4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/defect.hh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ inline bool cmpEvents(bool *pResult, const DefEvent &a, const DefEvent &b)
8484
RETURN_BY_REF_IF_COMPARED(a, b, event);
8585
RETURN_BY_REF_IF_COMPARED(a, b, msg);
8686
RETURN_BY_REF_IF_COMPARED(a, b, verbosityLevel);
87+
RETURN_BY_REF_IF_COMPARED(a, b, hSize);
88+
RETURN_BY_REF_IF_COMPARED(a, b, vSize);
8789

8890
// incomparable events
8991
return false;

0 commit comments

Comments
 (0)