aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2488/+0
2022-01-17diagnostic: avoid repeating include pathJason Merrill1-2/+34
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-3/+7
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt1-0/+11
2021-07-02Improve warning suppression for inlined functions [PR98512].Martin Sebor1-33/+89
2021-06-01c++: -Wdeprecated-copy and #pragma diagnostic [PR94492]Jason Merrill1-27/+58
2021-01-15bootstrap: fix failing diagnostic selftest on Windows [PR98696]David Malcolm1-3/+9
2021-01-14Handle fancy_abort before diagnostic initialization [PR98586]David Malcolm1-6/+39
2021-01-14Add GCC_EXTRA_DIAGNOSTIC_OUTPUT environment variable for fix-it hintsDavid Malcolm1-25/+113
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-02diagnostics: ignore -fmax-errors for ICEMartin Liska1-1/+1
2020-11-23Diagnostic for module importationNathan Sidwell1-5/+16
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-12/+101
2020-02-17diagnostics: don't generate URLs that won't be usedDavid Malcolm1-5/+10
2020-02-15PR 87488: Add --with-diagnostics-urls configuration optionBernd Edlinger1-3/+18
2020-01-28diagnostic_metadata: unbreak xgettext (v2)David Malcolm1-13/+3
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+126
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm1-31/+111
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm1-0/+2
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm1-0/+12
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-0/+13
2019-10-01Support prefixes in diagnostic_show_locusDavid Malcolm1-1/+8
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor1-0/+3
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+11
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-30C++: fix-it hint for missing parenthesesDavid Malcolm1-0/+14
2018-11-27PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick1-0/+46
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm1-17/+28
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-2/+2
2018-10-15diagnostics: add minimum width to left margin for line numbersDavid Malcolm1-0/+1
2018-09-11Add sorry_at diagnostic function.Andrew Stubbs1-0/+12
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+60
2018-08-16diagnostics: fix bad interaction between line spans and line numbersDavid Malcolm1-3/+3
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+1
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm1-0/+1
2018-08-08[PATCH] line-map include-from representationNathan Sidwell1-2/+3
2018-08-06[PATCH] Diagnostic included-from loopNathan Sidwell1-13/+17
2018-08-02Fix memory leak of pretty_printer prefixesDavid Malcolm1-2/+1
2018-02-27PR translation/84207 - Hard coded plural in gimple-fold.cMartin Sebor1-13/+22
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-13[Diagnostic Patch] don't print column zeroNathan Sidwell1-23/+42
2017-11-02Add selftest for diagnostic_get_location_textDavid Malcolm1-0/+41
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-44/+43
2017-08-09re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...Marek Polacek1-0/+12
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm1-1/+2
2017-05-05Get rid of macros for diagnostic_report_current_moduleDavid Malcolm1-2/+21
2017-05-05Eliminate report_diagnostic macroDavid Malcolm1-2/+2
2017-05-05diagnostic.c: add print_option_informationDavid Malcolm1-24/+28