Skip to content

Commit 4d31f5f

Browse files
knewbury01fjatWbyT
andauthored
Update change_notes/2024-12-08-identifier-hiding.md
Co-authored-by: Fernando Jose <[email protected]>
1 parent e563637 commit 4d31f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- `A2-10-1` - `IdentifierHiding.ql`:
22
- Improved evaluation performance.
33
- Addressed false negatives where nested loops used the same variable name.
4-
- 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.
4+
- 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.
55
- `RULE-5-3` - `IdentifierHidingC.ql`:
66
- Improved evaluation performance.
77
- Addressed false negatives where nested loops used the same variable name.

0 commit comments

Comments
 (0)