summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)Author
2020-02-17diagnostics: don't generate URLs that won't be usedDavid Malcolm
2020-02-15PR 87488: Add --with-diagnostics-urls configuration optionBernd Edlinger
2020-01-28diagnostic_metadata: unbreak xgettext (v2)David Malcolm
2020-01-10Add diagnostic pathsDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm
2019-10-01Support prefixes in diagnostic_show_locusDavid Malcolm
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30C++: fix-it hint for missing parenthesesDavid Malcolm
2018-11-27PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-15diagnostics: add minimum width to left margin for line numbersDavid Malcolm
2018-09-11Add sorry_at diagnostic function.Andrew Stubbs
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm
2018-08-16diagnostics: fix bad interaction between line spans and line numbersDavid Malcolm
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm
2018-08-08[PATCH] line-map include-from representationNathan Sidwell
2018-08-06[PATCH] Diagnostic included-from loopNathan Sidwell
2018-08-02Fix memory leak of pretty_printer prefixesDavid Malcolm
2018-02-27PR translation/84207 - Hard coded plural in gimple-fold.cMartin Sebor
2018-01-03Update copyright years.Jakub Jelinek
2017-11-13[Diagnostic Patch] don't print column zeroNathan Sidwell
2017-11-02Add selftest for diagnostic_get_location_textDavid Malcolm
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-08-09re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...Marek Polacek
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm
2017-05-05Get rid of macros for diagnostic_report_current_moduleDavid Malcolm
2017-05-05Eliminate report_diagnostic macroDavid Malcolm
2017-05-05diagnostic.c: add print_option_informationDavid Malcolm
2017-05-05diagnostic_report_diagnostic: refactor pragma-handlingDavid Malcolm
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-12-05diagnostic.c (diagnostic_check_max_errors): New, broken out of ...Nathan Sidwell
2016-12-02diagnostic.c (diagnostic_report_diagnostic): Remove extraneous braces.Nathan Sidwell
2016-10-15revert: diagnostic.c (diagnostic_action_after_output): Remove max error handl...Nathan Sidwell
2016-10-14diagnostic.c (diagnostic_action_after_output): Remove max error handling here...Nathan Sidwell
2016-10-12* diagnostic.c (diagnostc_report_diagnostic): Fix formatting.Nathan Sidwell
2016-10-08diagnostic-core.h (warning_at_rich_loc_n): Declare.Prathamesh Kulkarni
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm
2016-09-02Add -fdiagnostics-generate-patchDavid Malcolm
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm
2016-08-19Reimplement removal fix-it hints in terms of replaceDavid Malcolm
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm