A7-1-2
: Exclude variables in uninstantiated templates and compiler generated variables
#607
Labels
Difficulty-Low
A false positive or false negative report which is expected to take <1 day effort to address
false positive/false negative
An issue related to observed false positives or false negatives.
Impact-Medium
Standard-AUTOSAR
user-report
Issue reported by an end user of CodeQL Coding Standards
Affected rules
A7-1-2
Description
Uninstantiated templates may not include the full set of types or call targets for function calls, which can cause false positives for this query.
Similarly, compiler generated variables cannot be addressed by the end user and should be filtered out.
Example
The text was updated successfully, but these errors were encountered: