Closed
Description
Affected rules
RULE-8-3
Description
Anonymous structs provide an undistinguished qualified name - e.g. <anonymous struct>
. This can cause false positives for this rule for structs which are not the same.
Example
struct OuterStruct {
struct {
SomeOtherStruct val[10];
size_t size;
} firstArray;
struct {
SomeOtherStruct val[10][2];
size_t size;
} secondArray;
};
Metadata
Metadata
Assignees
Labels
A false positive or false negative report which is expected to take 1-5 days effort to addressA false positive or false negative report which is expected to take 1-5 days effort to addressAn issue related to observed false positives or false negatives.An issue related to observed false positives or false negatives.Issue reported by an end user of CodeQL Coding StandardsIssue reported by an end user of CodeQL Coding Standards
Type
Projects
Status
Done