Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearMod…
…ification.ql

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
  • Loading branch information
MathiasVP and jketema authored Apr 29, 2026
commit 96d6ee61ffde3ce28df1feec97b1e0200ed5bc13
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ predicate isOperationSourceCandidate(Expr e) {
}

/**
* The set of all expressions which is a candidate expression.
* The set of all expressions that are candidate expression.
* ```
* a = something <<< 2;
* myDate.year = a + 1; // invalid
Expand Down
Loading