Closed
Description
Affected rules
RULE-8-3
Description
CodeQL databases containing multiple separate binaries can have false positives for this rule where each separate binary may include a declaration of the same qualified name, but referring to a different type.
Add awareness of the link targets in order to exclude this type of false positive.
Example
file1.cpp
:
int x;
file2.cpp
:
char y;