Age | Commit message (Expand) | Author | Files | Lines |
2016-10-15 | revert: diagnostic.c (diagnostic_action_after_output): Remove max error handl... | Nathan Sidwell | 1 | -22/+15 |
2016-10-14 | diagnostic.c (diagnostic_action_after_output): Remove max error handling here... | Nathan Sidwell | 1 | -15/+22 |
2016-10-12 | * diagnostic.c (diagnostc_report_diagnostic): Fix formatting. | Nathan Sidwell | 1 | -4/+6 |
2016-10-08 | diagnostic-core.h (warning_at_rich_loc_n): Declare. | Prathamesh Kulkarni | 1 | -7/+37 |
2016-09-13 | fix-it hints: insert_before vs insert_after | David Malcolm | 1 | -1/+1 |
2016-09-02 | Add -fdiagnostics-generate-patch | David Malcolm | 1 | -0/+11 |
2016-08-31 | Remove arbitrary limits from rich_location | David Malcolm | 1 | -1/+1 |
2016-08-19 | Reimplement removal fix-it hints in terms of replace | David Malcolm | 1 | -4/+0 |
2016-08-18 | Allow calling diagnostic_show_locus without a diagnostic_info | David Malcolm | 1 | -2/+5 |
2016-06-22 | C FE: suggest corrections for misspelled identifiers and type names | David Malcolm | 1 | -0/+12 |
2016-06-22 | Implement -fdiagnostics-parseable-fixits | David Malcolm | 1 | -0/+258 |
2016-06-07 | diagnostic.c (diagnostic_impl, [...]): New. | Paolo Carlini | 1 | -127/+81 |
2016-04-22 | [PATCH 1/2] (header usage fix) remove unused system header includes | Szabolcs Nagy | 1 | -2/+0 |
2016-03-09 | PR c++/70105: Defer location expansion until diagnostic_show_locus | David Malcolm | 1 | -14/+0 |
2016-02-12 | PR other/69554: avoid excessive source printing for widely-separated locations | David Malcolm | 1 | -17/+45 |
2016-01-26 | PR other/69006: fix extra newlines after diagnostics | David Malcolm | 1 | -32/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-13 | Source range tracking in libcpp and C FE, with bit-packing optimization | David Malcolm | 1 | -17/+17 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -32/+170 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -4/+3 |
2015-09-18 | Move diagnostic_show_locus and friends out into a new source file | David Malcolm | 1 | -129/+0 |
2015-09-15 | Change of location_get_source_line signature | David Malcolm | 1 | -1/+2 |
2015-09-14 | The flag diagnostic_context::some_warnings_are_errors controls whether to giv... | Manuel López-Ibáñez | 1 | -5/+1 |
2015-08-11 | re PR c/66098 (#pragma diagnostic 'ignored' not fully undone by pop for stric... | Manuel López-Ibáñez | 1 | -3/+4 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-05-20 | diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error when printin... | Manuel López-Ibáñez | 1 | -1/+2 |
2015-05-19 | Replace line_map union with C++ class hierarchy | David Malcolm | 1 | -1/+1 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -36/+85 |
2015-01-30 | Always pass explicit location to fatal_error. | Joseph Myers | 1 | -17/+0 |
2015-01-23 | diagnostic-core.h (internal_error_no_backtrace): New prototype. | Jakub Jelinek | 1 | -4/+24 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-31 | diagnostic.c (build_message_string): Use xvasprintf. | Uros Bizjak | 1 | -1/+1 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -12/+8 |
2014-12-11 | diagnostic.c (get_terminal_width): Renamed from | Tobias Burnus | 1 | -4/+21 |
2014-12-04 | error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location. | Manuel López-Ibáñez | 1 | -10/+6 |
2014-12-04 | diagnostic.c (diagnostic_color_init): New. | Manuel López-Ibáñez | 1 | -0/+28 |
2014-12-02 | libcpp uses diagnostic->override_column to give a custom column number to dia... | Manuel López-Ibáñez | 1 | -0/+2 |
2014-11-11 | re PR driver/36312 (should refuse to overwrite input file with output file) | Anthony Brandon | 1 | -0/+17 |
2014-11-05 | Revert revision 217149 because it breaks Ada: | Manuel López-Ibáñez | 1 | -17/+0 |
2014-11-05 | re PR driver/36312 (should refuse to overwrite input file with output file) | Anthony Brandon | 1 | -0/+17 |
2014-10-21 | State cleanups from jit branch | David Malcolm | 1 | -1/+10 |
2014-09-20 | diagnostic.c (warning_n): New function. | Jan Hubicka | 1 | -0/+22 |
2014-08-21 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -2/+5 |
2014-08-20 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -5/+5 |
2014-08-20 | re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci... | Manuel López-Ibáñez | 1 | -0/+9 |
2014-08-17 | re PR c/62059 (signed integer overflow in diagnostic.c adjust_line) | Marek Polacek | 1 | -1/+2 |
2014-08-15 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -3/+1 |
2014-01-23 | PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals | Dodji Seketeli | 1 | -6/+13 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-06 | Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite... | Dodji Seketeli | 1 | -11/+6 |