Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 323 Bytes

2024-01-12-fix-reported-fp-a3-9-1.md

File metadata and controls

5 lines (5 loc) · 323 Bytes
  • A3-9-1 - VariableWidthIntegerTypesUsed.ql:
    • Exclude the plain char type. Still includes signed char and unsigned char.
    • Include CV-qualified variable width integer types.
  • A3-9-1 - VariableWidthPlainCharTypeUsed.ql:
    • New query to support fine grained deviation support for the plain char type.