Skip to content

Commit 56e9c1f

Browse files
bdrodesropwareJB
andauthored
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
Co-authored-by: Josh Brown <jb1@microsoft.com>
1 parent afb058c commit 56e9c1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ class IgnorableUnaryMinus extends IgnorableOperation {
194194
}
195195
}
196196

197+
/**
198+
* An argument to a function is ignorable if the function that is called is an ignored function
199+
*/
197200
class OperationAsArgToIgnorableFunction extends IgnorableOperation {
198201
OperationAsArgToIgnorableFunction() {
199202
exists(Call c |

0 commit comments

Comments
 (0)