mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02: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:
@@ -207,7 +207,7 @@ class OperationAsArgToIgnorableFunction extends IgnorableOperation {
|
||||
}
|
||||
|
||||
/**
|
||||
* A Literal OP literal means the result is constant/known
|
||||
* A binary operation on two literals means the result is constant/known
|
||||
* and the operation is basically ignorable (it's not a real operation but
|
||||
* probably one visual simplicity what it means).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user