aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-23diagnostics: add ability to associate diagnostics with rules from coding stan...David Malcolm1-0/+3
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-1/+20
2022-06-02Add -fdiagnostics-format={json-stderr|json-file}David Malcolm1-2/+9
2022-01-27Improve wording for -freport-bug option.Martin Liska1-0/+3
2022-01-17diagnostic: avoid repeating include pathJason Merrill1-0/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-0/+18
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt1-0/+19
2021-07-02Improve warning suppression for inlined functions [PR98512].Martin Sebor1-0/+23
2021-07-01input.c: move file caching globals to a new file_cache classDavid Malcolm1-0/+3
2021-06-01c++: -Wdeprecated-copy and #pragma diagnostic [PR94492]Jason Merrill1-0/+2
2021-01-14Add GCC_EXTRA_DIAGNOSTIC_OUTPUT environment variable for fix-it hintsDavid Malcolm1-3/+20
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-1/+27
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+30
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm1-0/+8
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm1-0/+6
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-0/+1
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor1-1/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-27PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick1-0/+3
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm1-2/+21
2018-10-15diagnostics: add minimum width to left margin for line numbersDavid Malcolm1-0/+4
2018-10-01Update options framework for parameters to properly handle and validate confi...Tamar Christina1-0/+4
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+17
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+3
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-05Convert CARET_LINE_MARGIN to const intDavid Malcolm1-1/+1
2017-05-05Convert diagnostic_override_option_index from macro to inline functionDavid Malcolm1-2/+6
2017-05-05Get rid of macros for diagnostic_report_current_moduleDavid Malcolm1-11/+1
2017-05-05Eliminate report_diagnostic macroDavid Malcolm1-2/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-05diagnostic.c (diagnostic_check_max_errors): New, broken out of ...Nathan Sidwell1-1/+2
2016-09-02Add -fdiagnostics-generate-patchDavid Malcolm1-0/+6
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm1-1/+1
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm1-1/+3
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-0/+4
2016-06-09diagnostic.h (diagnostic_line_cutoff, [...]): delete.Marcin Baczyński1-6/+0
2016-05-10Add debugging ruler to diagnostic-show-locus.cDavid Malcolm1-0/+4
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm1-1/+1
2016-02-12PR other/69554: avoid excessive source printing for widely-separated locationsDavid Malcolm1-0/+11
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm1-4/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-22/+32
2015-09-14The flag diagnostic_context::some_warnings_are_errors controls whether to giv...Manuel López-Ibáñez1-4/+0
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+43
2015-01-05Update copyright years.Jakub Jelinek1-1/+1