| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert CARET_LINE_MARGIN to const int | David Malcolm | 2017-05-05 | 1 | -1/+1 |
* | Convert diagnostic_override_option_index from macro to inline function | David Malcolm | 2017-05-05 | 1 | -2/+6 |
* | Get rid of macros for diagnostic_report_current_module | David Malcolm | 2017-05-05 | 1 | -11/+1 |
* | Eliminate report_diagnostic macro | David Malcolm | 2017-05-05 | 1 | -2/+0 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | diagnostic.c (diagnostic_check_max_errors): New, broken out of ... | Nathan Sidwell | 2016-12-05 | 1 | -1/+2 |
* | Add -fdiagnostics-generate-patch | David Malcolm | 2016-09-02 | 1 | -0/+6 |
* | Remove arbitrary limits from rich_location | David Malcolm | 2016-08-31 | 1 | -1/+1 |
* | Allow calling diagnostic_show_locus without a diagnostic_info | David Malcolm | 2016-08-18 | 1 | -1/+3 |
* | Implement -fdiagnostics-parseable-fixits | David Malcolm | 2016-06-22 | 1 | -0/+4 |
* | diagnostic.h (diagnostic_line_cutoff, [...]): delete. | Marcin Baczyński | 2016-06-09 | 1 | -6/+0 |
* | Add debugging ruler to diagnostic-show-locus.c | David Malcolm | 2016-05-10 | 1 | -0/+4 |
* | PR c++/70105: Defer location expansion until diagnostic_show_locus | David Malcolm | 2016-03-09 | 1 | -1/+1 |
* | PR other/69554: avoid excessive source printing for widely-separated locations | David Malcolm | 2016-02-12 | 1 | -0/+11 |
* | PR other/69006: fix extra newlines after diagnostics | David Malcolm | 2016-01-26 | 1 | -4/+0 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 2015-11-06 | 1 | -22/+32 |
* | The flag diagnostic_context::some_warnings_are_errors controls whether to giv... | Manuel López-Ibáñez | 2015-09-14 | 1 | -4/+0 |
* | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2015-05-16 | 1 | -7/+43 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2014-12-11 | 1 | -0/+1 |
* | diagnostic.c (get_terminal_width): Renamed from | Tobias Burnus | 2014-12-11 | 1 | -0/+2 |
* | error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location. | Manuel López-Ibáñez | 2014-12-04 | 1 | -0/+12 |
* | diagnostic.c (diagnostic_color_init): New. | Manuel López-Ibáñez | 2014-12-04 | 1 | -0/+1 |
* | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2014-08-21 | 1 | -0/+3 |
* | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2014-08-15 | 1 | -0/+3 |
* | PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals | Dodji Seketeli | 2014-01-23 | 1 | -0/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 2013-12-10 | 1 | -4/+4 |
* | pretty-print.h (pp_base): Remove. | Gabriel Dos Reis | 2013-08-05 | 1 | -1/+1 |
* | diagnostic.h (file_name_as_prefix): Add context argument. | Jakub Jelinek | 2013-04-26 | 1 | -1/+1 |
* | re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene... | Jakub Jelinek | 2013-03-21 | 1 | -0/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | re PR c++/54928 (Infinite output with after ICE with macro) | Manuel López-Ibáñez | 2012-10-24 | 1 | -1/+3 |
* | re PR c++/53289 (unnecessary repetition of caret diagnostics) | Manuel López-Ibáñez | 2012-05-09 | 1 | -0/+3 |
* | re PR c++/24985 (caret diagnostics) | Manuel López-Ibáñez | 2012-04-11 | 1 | -0/+10 |
* | Emit macro expansion related diagnostics | Tom Tromey | 2011-10-17 | 1 | -1/+1 |
* | re PR c/44782 (implement -ferror-limit=) | Nathan Froyd | 2010-11-12 | 1 | -0/+3 |
* | opts-common.c (handle_option, [...]): Add diagnostic_context parameter. | Joseph Myers | 2010-10-05 | 1 | -1/+0 |
* | opt-functions.awk (static_var): Update comment. | Joseph Myers | 2010-09-30 | 1 | -1/+5 |
* | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 2010-09-29 | 1 | -4/+4 |
* | diagnostic.h (diagnostic_classification_change_t): New. | DJ Delorie | 2010-06-21 | 1 | -1/+28 |
* | diagnostic-core.h: New. | Joseph Myers | 2010-05-27 | 1 | -11/+1 |
* | diagnostic.c: Don't include opts.h. | Joseph Myers | 2010-05-26 | 1 | -11/+37 |
* | diagnostic.c: Don't include plugin.h. | Joseph Myers | 2010-05-25 | 1 | -1/+1 |
* | diagnostic.c: Don't include flags.h. | Joseph Myers | 2010-05-24 | 1 | -1/+13 |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -49/+7 |
* | re PR other/42965 (no "warnings being treated as errors" for individual -Werr... | Manuel López-Ibáñez | 2010-04-09 | 1 | -1/+2 |
* | diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti... | Simon Baldwin | 2010-04-07 | 1 | -0/+5 |