We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90a133 commit 3dbdc9cCopy full SHA for 3dbdc9c
change_notes/2024-10-20-8-13-fixes.md
@@ -2,4 +2,5 @@
2
- Exclude false positives where a variable occurs in a file compiled multiple times, but where it may only be const in some of those scenarios.
3
- Exclude results for local scope variables in functions that use assembly code, as CodeQL cannot determine the impact of the assembly.
4
- Exclude false positives when an assignment is made to a struct field.
5
- - Exclude false positives where the object pointed to by the variable is modified using `*p++ = ...`.
+ - Exclude false positives where the object pointed to by the variable is modified using `*p++ = ...`.
6
+ - Exclude false positives for functions without bodies.
0 commit comments