A3-9-1
: Ignore use of int
in operator increment/decrement
#614
Labels
Difficulty-Low
A false positive or false negative report which is expected to take <1 day effort to address
false positive/false negative
An issue related to observed false positives or false negatives.
Impact-Low
Phase III
Standard-AUTOSAR
user-report
Issue reported by an end user of CodeQL Coding Standards
Affected rules
A3-9-1
Description
Post-increment and post-decrement operators are required by the standard to have a dummy
int
parameter, and so should not be reasonably flagged by this rule.Example
The text was updated successfully, but these errors were encountered: