Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule 1.2: Address false positives for variable length arrays, improve reporting #703

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Prev Previous commit
Rule 1.2: Add change note
  • Loading branch information
lcartey committed Sep 19, 2024
commit 4318622161d534399d9cb4e2f531ebc9bf17dd0c
4 changes: 4 additions & 0 deletions change_notes/2024-09-19-c-extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- `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.
Loading