Skip to content

Commit

Permalink
Update change_notes/2024-12-08-identifier-hiding.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Jose <[email protected]>
  • Loading branch information
knewbury01 and fjatWbyT authored Dec 10, 2024
1 parent e563637 commit 4d31f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion change_notes/2024-12-08-identifier-hiding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- `A2-10-1` - `IdentifierHiding.ql`:
- 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.
- Exclude cases where a variable declared in a lambda expression shadowed a global 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 4d31f5f

Please sign in to comment.