Skip to content

Commit afb058c

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ class IgnorableExpr48Mapping extends IgnorableOperation {
117117
}
118118
}
119119

120+
/** A binary or arithemtic operation whereby one of the components is textual or a string.
121+
*/
120122
class IgnorableCharLiteralArithmetic extends IgnorableOperation {
121123
IgnorableCharLiteralArithmetic() {
122124
exists(this.(BinaryArithmeticOperation).getAnOperand().(TextLiteral).getValue())

0 commit comments

Comments
 (0)