mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
@@ -106,8 +106,7 @@ class IgnorableExpr10MultipleComponent extends IgnorableOperation {
|
||||
}
|
||||
|
||||
/**
|
||||
* An operation involving a sub expression with char literal 48, ignore as a likely string conversion
|
||||
* e.g., X - '0'
|
||||
* An operation involving a sub expression with char literal `48`, ignore as a likely string conversion. For example: `X - '0'`
|
||||
*/
|
||||
class IgnorableExpr48Mapping extends IgnorableOperation {
|
||||
IgnorableExpr48Mapping() {
|
||||
|
||||
Reference in New Issue
Block a user