Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 469 Bytes

2024-12-08-identifier-hiding.md

File metadata and controls

7 lines (7 loc) · 469 Bytes
  • 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 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.