-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to address Impact-Low Standard-AUTOSAR Standard-MISRA-C Stardard-MISRA-C++ enhancementNew feature or request false positive/false negativeAn issue related to observed false positives or false negatives. false-negativeAn issue representing a false negative report.
@MichaelRFairhurst
Description
Affected rules
RULE-2-2, and likely others
Description
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
#define FOO(x) (1 + x) void f() { int l; FOO(l); }
Metadata
Metadata
Assignees
Labels
Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to address Impact-Low Standard-AUTOSAR Standard-MISRA-C Stardard-MISRA-C++ enhancementNew feature or request false positive/false negativeAn issue related to observed false positives or false negatives. false-negativeAn issue representing a false negative report.
Type
Projects
Status
Triaged