Rule 8.3
: Consider anonymous structs and namespaces.
#618
Labels
Difficulty-Medium
A false positive or false negative report which is expected to take 1-5 days effort to address
false positive/false negative
An issue related to observed false positives or false negatives.
Impact-Medium
Phase III
user-report
Issue reported by an end user of CodeQL Coding Standards
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
The text was updated successfully, but these errors were encountered: