Description of "I" identifier type
 |
| |
C and C++ miscellaneous identifiers (global variables, type names, enum members or #define macros)
|
When the identifier type appears on your output report, it indicates
that the filescanner recognized the identifier it found as a C or C++ global variable, type name, enum member, or
#define macro in C or C++.
Likely cause of overreporting
in C or C++ programs |
Recommendation |
Most Common:
An identifier that does not match any other identifier in the file scanner database, and that is not recognized as
user-defined, is assumed to be a C or C++ identifier. |
Use -I synopsisID to exclude this
impact.
You can add the -I option to your .scanrc file. |
To obtain information about files that are classified as "unknown",
see Files of Unknown Type.
For more information on file scanner options, see:
|