-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to addressA false positive or false negative report which is expected to take <1 day effort to addressImpact-LowStandard-AUTOSARStandard-MISRA-CStardard-MISRA-C++enhancementNew feature or requestNew feature or requestfalse positive/false negativeAn issue related to observed false positives or false negatives.An issue related to observed false positives or false negatives.false-negativeAn issue representing a false negative report.An issue representing a false negative report.
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 addressA false positive or false negative report which is expected to take <1 day effort to addressImpact-LowStandard-AUTOSARStandard-MISRA-CStardard-MISRA-C++enhancementNew feature or requestNew feature or requestfalse positive/false negativeAn issue related to observed false positives or false negatives.An issue related to observed false positives or false negatives.false-negativeAn issue representing a false negative report.An issue representing a false negative report.
Type
Projects
Status
Triaged