Age | Commit message (Expand) | Author | Files | Lines |
2019-12-10 | diagnostic_show_locus: move initial newline to callers | David Malcolm | 1 | -0/+1 |
2019-10-14 | Fix previous commit | Tobias Burnus | 1 | -1/+0 |
2019-10-14 | [Fortran] PR 92072 – fix %C corner case | Tobias Burnus | 1 | -3/+4 |
2019-10-04 | [Fortran] Fix column of %C diagnostic location | Tobias Burnus | 1 | -1/+10 |
2019-10-01 | Support prefixes in diagnostic_show_locus | David Malcolm | 1 | -0/+1 |
2019-09-25 | Colorize %L and %C text to match diagnostic_show_locus (PR fortran/91426) | David Malcolm | 1 | -8/+36 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-15 | Machine-readable diagnostic output (PR other/19165) | David Malcolm | 1 | -1/+2 |
2018-08-27 | Less verbose fix-it hints for missing header files (PR 87091) | David Malcolm | 1 | -1/+1 |
2018-05-22 | re PR fortran/85841 ([F2018] reject deleted features) | Janus Weil | 1 | -2/+0 |
2018-05-21 | re PR fortran/85841 ([F2018] reject deleted features) | Janus Weil | 1 | -47/+53 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-17 | Support -std=f2018 | Janne Blomqvist | 1 | -0/+9 |
2017-11-22 | C/C++: fix quoting of "aka" typedef information (PR 62170) | David Malcolm | 1 | -1/+1 |
2017-05-30 | C++ template type diff printing | David Malcolm | 1 | -2/+3 |
2017-05-05 | Eliminate report_diagnostic macro | David Malcolm | 1 | -8/+8 |
2017-03-16 | re PR fortran/79886 (ICE in pp_format, at pretty-print.c:681) | Jakub Jelinek | 1 | -5/+7 |
2017-01-21 | gfortran.h (gfc_extract_int): Change return type to bool. | Jakub Jelinek | 1 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-27 | gfortran.h (gfc_error): Rename overload with OPT argument to... | Jakub Jelinek | 1 | -6/+6 |
2016-12-10 | re PR fortran/78226 (Fill out location information everywhere) | Thomas Koenig | 1 | -0/+18 |
2016-12-05 | diagnostic.c (diagnostic_check_max_errors): New, broken out of ... | Nathan Sidwell | 1 | -0/+2 |
2016-11-02 | Allow warning flags to associate through gfc_error. | Fritz Reese | 1 | -5/+15 |
2016-08-18 | Allow calling diagnostic_show_locus without a diagnostic_info | David Malcolm | 1 | -1/+1 |
2016-07-28 | [multiple changes] | Paul Thomas | 1 | -17/+22 |
2016-04-22 | [PATCH 1/2] (header usage fix) remove unused system header includes | Szabolcs Nagy | 1 | -2/+0 |
2016-02-12 | PR other/69554: avoid excessive source printing for widely-separated locations | David Malcolm | 1 | -0/+15 |
2016-01-26 | PR other/69006: fix extra newlines after diagnostics | David Malcolm | 1 | -1/+0 |
2016-01-21 | re PR fortran/65996 (gfortran ICE with -dH) | Jerry DeLisle | 1 | -1/+8 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-07 | Fix missing range information for "%q+D" format code | David Malcolm | 1 | -6/+5 |
2015-11-13 | Source range tracking in libcpp and C FE, with bit-packing optimization | David Malcolm | 1 | -7/+7 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -75/+28 |
2015-09-04 | re PR fortran/67429 (Missing part of error messages.) | Manuel López-Ibáñez | 1 | -0/+3 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-06-24 | The problem is that diagnostic_action_after_output tries to delete the active... | Manuel López-Ibáñez | 1 | -3/+4 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -200/+30 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -181/+182 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -31/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -10/+84 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -23/+128 |
2014-12-11 | diagnostic.c (get_terminal_width): Renamed from | Tobias Burnus | 1 | -35/+3 |
2014-12-06 | error.c (gfc_error_check): Use bool not int. | Tobias Burnus | 1 | -6/+4 |
2014-12-06 | error.c (gfc_buffer_error, [...]): Use bool not | Tobias Burnus | 1 | -20/+24 |
2014-12-04 | error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location. | Manuel López-Ibáñez | 1 | -4/+1 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+123 |
2014-12-03 | error.c (warnings_not_errors): Use bool. | Tobias Burnus | 1 | -4/+4 |
2014-11-25 | error.c (gfc_internal_error): Convert to common diagnostics. | Tobias Burnus | 1 | -10/+6 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -12/+20 |