Skip to content

Commit

Permalink
Add extra change note entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lcartey committed Dec 9, 2024
1 parent 52e1bc1 commit cf315ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions change_notes/2024-12-08-identifier-hiding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
- Improved evaluation performance.
- Addressed false negatives where nested loops used the same variable name.
- Exclude cases where a variable declared in a lambda expression shadowed a globa or namespace variable that did not appear in the same translation unit.
- `RULE-5-3` - `IdentifierHidingC.ql`:
- Improved evaluation performance.
- Addressed false negatives where nested loops used the same variable name.

0 comments on commit cf315ba

Please sign in to comment.