For every project, you can specify a file containing directives for the Parser. See also Parser configuration file Here, we assume that you are using the same configuration file for multiple projects.
Specifying the location of your Parser configuration file
![]() |
Note
| All preprocessor directives (e.g.,
-I
,
-L
,
-U
) except for
-D
can also be used in the Parser configuration file.
cpp
syntax applies to all directives.
| |
In addition to any ASCII character, string can contain
\n , \t and \nnn , where \nnn is an octal number. The following table describes the modifiers you can use:
Examples -- Parser configuration
Strings, lines and constructs to be ignored by the Parser
The Parser can be configured to ignore strings, anything between two strings and lines containing a certain string.
Example of ignoring strings
The