Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 376 Bytes

2024-09-19-c-extensions.md

File metadata and controls

4 lines (4 loc) · 376 Bytes
  • RULE-1-2 - LanguageExtensionsShouldNotBeUsed.ql:
    • Improve reporting by describing which language extensions are used.
    • Improve reporting by aggregating results generated from a macro expansion at the generating macro location.
    • Reduce false positives for the variable length array check by permitting those extensions which are included in the C99 standard.