RULE-2-2
, etc: use new macro deduplication module for improved results
#838
Labels
Difficulty-Low
A false positive or false negative report which is expected to take <1 day effort to address
enhancement
New feature or request
false positive/false negative
An issue related to observed false positives or false negatives.
false-negative
An issue representing a false negative report.
Impact-Low
Standard-AUTOSAR
Standard-MISRA-C
Stardard-MISRA-C++
Affected rules
RULE-2-2
, and likely othersDescription
These rules look for dead code and exclude results from macros to reduce noise, since macros may be expanded dozens or hundreds of times. A new module in this PR can reduce noise for these results, and should be integrated into these dead code queries.
Example
The text was updated successfully, but these errors were encountered: