‑‑diagnostics_tables
In this section:
Syntax
‑‑diagnostics_tables {filename|directory}Parameters
| The diagnostic messages are stored in the specified file. |
| The diagnostic messages are stored in a file (filename extension |
For information about specifying a filename or directory, see Specifying parameters.
Description
Use this option to list all possible diagnostic messages in a named file. This can be very convenient, for example, if you used a #pragma directive to suppress or change the severity level of any diagnostic messages, but forgot to document why.
This option cannot be given together with other options.
Example
To output a list of all possible diagnostic messages to the file diag.txt, use:
‑‑diagnostics_tables diag Caution
This option is not available in the IDE.