PRE32-C
: Raises false positives when a file has a function call and a preprocessor directive at any location.
#650
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-Low
user-report
Issue reported by an end user of CodeQL Coding Standards
Affected rules
Description
This rule should check the use of preprocessor directives in arguments in a function call but it actually raises an alert even when the preprocessor directive is outside the function call.
Example
The text was updated successfully, but these errors were encountered: