Lines Matching full:diagnostic
66 diagnostic, optimizer
159 Print column number in diagnostic.
162 prints the column number of a diagnostic. For example, when this is
181 Print source file/line/column information in diagnostic.
184 prints the filename, line number and column number of a diagnostic.
200 Print source line and ranges from source code in diagnostic.
203 diagnostic. For example, when this is enabled, Clang will print
218 specific parts of the diagnostic, e.g.,
247 Changes diagnostic output format to better match IDEs and command line tools.
250 and column printed in diagnostic messages. The options, and their
251 affect on formatting a simple conversion diagnostic, follow:
271 Enable ``[-Woption]`` information in diagnostic line.
275 option name when outputting a warning diagnostic. For example, in
287 the diagnostic. This information tells you the flag needed to enable
288 or disable the diagnostic, either from the command line or through
289 :ref:`#pragma GCC diagnostic <pragma_GCC_diagnostic>`.
295 Enable printing category information in diagnostic line.
298 prints the category associated with a diagnostic when emitting it.
299 Each diagnostic may or many not have an associated category, if it
300 has one, it is listed in the diagnostic categorization field of the
301 diagnostic line (in the []'s).
322 prints the information on how to fix a specific diagnostic
544 a diagnostic in three cases:
558 emit the associated diagnostic. For example, to get a report from the inliner,
625 When Clang emits a diagnostic, it includes rich information in the
630 #. A file/line/column indicator that shows exactly where the diagnostic
633 #. A categorization of the diagnostic as a note, warning, error, or
636 #. An option that indicates how to control the diagnostic (for
639 #. A :ref:`high-level category <diagnostics_categories>` for the diagnostic
656 Diagnostic Mappings
670 Diagnostic Categories
681 diagnostic output. When it is set to "``id``", a category number is
683 by running '``clang --print-diagnostic-categories``'.
707 #pragma GCC diagnostic ignored "-Wall"
720 #pragma clang diagnostic push
721 #pragma clang diagnostic ignored "-Wmultichar"
725 #pragma clang diagnostic pop
727 The push and pop pragmas will save and restore the full diagnostic state
743 #pragma message "some diagnostic message"
947 default. If a check fails, a diagnostic message is produced at