Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -0/+11 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-30 | C++: fix-it hint for missing parentheses | David Malcolm | 1 | -0/+14 |
2018-11-27 | PR preprocessor/83173: Enhance -fdump-internal-locations output | Mike Gulick | 1 | -0/+46 |
2018-11-15 | Machine-readable diagnostic output (PR other/19165) | David Malcolm | 1 | -17/+28 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -2/+2 |
2018-10-15 | diagnostics: add minimum width to left margin for line numbers | David Malcolm | 1 | -0/+1 |
2018-09-11 | Add sorry_at diagnostic function. | Andrew Stubbs | 1 | -0/+12 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -0/+60 |
2018-08-16 | diagnostics: fix bad interaction between line spans and line numbers | David Malcolm | 1 | -3/+3 |
2018-08-15 | diagnostics: add labeling of source ranges | David Malcolm | 1 | -0/+1 |
2018-08-09 | diagnostics: add line numbers to source (PR other/84889) | David Malcolm | 1 | -0/+1 |
2018-08-08 | [PATCH] line-map include-from representation | Nathan Sidwell | 1 | -2/+3 |
2018-08-06 | [PATCH] Diagnostic included-from loop | Nathan Sidwell | 1 | -13/+17 |
2018-08-02 | Fix memory leak of pretty_printer prefixes | David Malcolm | 1 | -2/+1 |
2018-02-27 | PR translation/84207 - Hard coded plural in gimple-fold.c | Martin Sebor | 1 | -13/+22 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-13 | [Diagnostic Patch] don't print column zero | Nathan Sidwell | 1 | -23/+42 |
2017-11-02 | Add selftest for diagnostic_get_location_text | David Malcolm | 1 | -0/+41 |
2017-10-31 | diagnostics: get rid of *_at_rich_loc in favor of overloading | David Malcolm | 1 | -44/+43 |
2017-08-09 | re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin... | Marek Polacek | 1 | -0/+12 |
2017-06-09 | Add support for mutually-incompatible fix-it hints | David Malcolm | 1 | -1/+2 |
2017-05-05 | Get rid of macros for diagnostic_report_current_module | David Malcolm | 1 | -2/+21 |
2017-05-05 | Eliminate report_diagnostic macro | David Malcolm | 1 | -2/+2 |
2017-05-05 | diagnostic.c: add print_option_information | David Malcolm | 1 | -24/+28 |
2017-05-05 | diagnostic_report_diagnostic: refactor pragma-handling | David Malcolm | 1 | -29/+50 |
2017-05-01 | Eliminate fixit_hint class hierarchy | David Malcolm | 1 | -36/+6 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-05 | diagnostic.c (diagnostic_check_max_errors): New, broken out of ... | Nathan Sidwell | 1 | -12/+28 |
2016-12-02 | diagnostic.c (diagnostic_report_diagnostic): Remove extraneous braces. | Nathan Sidwell | 1 | -3/+1 |
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 |