summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
Commit message (Expand)AuthorAgeFilesLines
* diagnostics: attempt to capture crash info in SARIF output [PR109097]David Malcolm2023-03-151-0/+3
* don't declare header-defined functions both static and inlinePatrick Palka2023-02-161-6/+6
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* diagnostics: add ability to associate diagnostics with rules from coding stan...David Malcolm2022-06-231-0/+3
* diagnostics: add SARIF output formatDavid Malcolm2022-06-021-1/+20
* Add -fdiagnostics-format={json-stderr|json-file}David Malcolm2022-06-021-2/+9
* Improve wording for -freport-bug option.Martin Liska2022-01-271-0/+3
* diagnostic: avoid repeating include pathJason Merrill2022-01-171-0/+4
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm2021-11-011-0/+18
* diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt2021-08-251-0/+19
* Improve warning suppression for inlined functions [PR98512].Martin Sebor2021-07-021-0/+23
* input.c: move file caching globals to a new file_cache classDavid Malcolm2021-07-011-0/+3
* c++: -Wdeprecated-copy and #pragma diagnostic [PR94492]Jason Merrill2021-06-011-0/+2
* Add GCC_EXTRA_DIAGNOSTIC_OUTPUT environment variable for fix-it hintsDavid Malcolm2021-01-141-3/+20
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt2020-07-141-1/+27
* Add diagnostic pathsDavid Malcolm2020-01-101-0/+30
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Add diagnostic_metadata and CWE supportDavid Malcolm2019-12-181-0/+8
* Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm2019-10-101-0/+6
* pretty-print: support URL escape sequences (PR 87488)David Malcolm2019-10-101-0/+1
* PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor2019-07-241-1/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick2018-11-271-0/+3
* Machine-readable diagnostic output (PR other/19165)David Malcolm2018-11-151-2/+21
* diagnostics: add minimum width to left margin for line numbersDavid Malcolm2018-10-151-0/+4
* Update options framework for parameters to properly handle and validate confi...Tamar Christina2018-10-011-0/+4
* Add support for grouping of related diagnostics (PR other/84889)David Malcolm2018-08-201-0/+17
* diagnostics: add labeling of source rangesDavid Malcolm2018-08-151-0/+3
* diagnostics: add line numbers to source (PR other/84889)David Malcolm2018-08-091-0/+4
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Convert CARET_LINE_MARGIN to const intDavid Malcolm2017-05-051-1/+1
* Convert diagnostic_override_option_index from macro to inline functionDavid Malcolm2017-05-051-2/+6
* Get rid of macros for diagnostic_report_current_moduleDavid Malcolm2017-05-051-11/+1
* Eliminate report_diagnostic macroDavid Malcolm2017-05-051-2/+0
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* diagnostic.c (diagnostic_check_max_errors): New, broken out of ...Nathan Sidwell2016-12-051-1/+2
* Add -fdiagnostics-generate-patchDavid Malcolm2016-09-021-0/+6
* Remove arbitrary limits from rich_locationDavid Malcolm2016-08-311-1/+1
* Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm2016-08-181-1/+3
* Implement -fdiagnostics-parseable-fixitsDavid Malcolm2016-06-221-0/+4
* diagnostic.h (diagnostic_line_cutoff, [...]): delete.Marcin Baczyński2016-06-091-6/+0
* Add debugging ruler to diagnostic-show-locus.cDavid Malcolm2016-05-101-0/+4
* PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm2016-03-091-1/+1
* PR other/69554: avoid excessive source printing for widely-separated locationsDavid Malcolm2016-02-121-0/+11
* PR other/69006: fix extra newlines after diagnosticsDavid Malcolm2016-01-261-4/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm2015-11-061-22/+32
* The flag diagnostic_context::some_warnings_are_errors controls whether to giv...Manuel López-Ibáñez2015-09-141-4/+0