Age | Commit message (Expand) | Author | Files | Lines |
2020-01-10 | Add diagnostic paths | David Malcolm | 1 | -5/+23 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | diagnostic_show_locus: move initial newline to callers | David Malcolm | 1 | -141/+70 |
2019-12-09 | Byte vs column awareness for diagnostic-show-locus.c (PR 49973) | Lewis Hyatt | 1 | -205/+1422 |
2019-10-01 | Support prefixes in diagnostic_show_locus | David Malcolm | 1 | -13/+83 |
2019-09-30 | diagnostic-show-locus.c: rework handling of multiple labels | David Malcolm | 1 | -13/+62 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -6/+12 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -0/+11 |
2019-02-20 | Fix ICE with #line directive (PR c/89410) | David Malcolm | 1 | -3/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-27 | PR preprocessor/83173: Enhance -fdump-internal-locations output | Mike Gulick | 1 | -51/+0 |
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 | -16/+25 |
2018-09-25 | Remove unused functions and fields. | Martin Liska | 1 | -2/+0 |
2018-09-17 | Add range_idx param to range_label::get_text | David Malcolm | 1 | -5/+14 |
2018-08-27 | Less verbose fix-it hints for missing header files (PR 87091) | David Malcolm | 1 | -27/+36 |
2018-08-27 | diagnostics: show an extra line of context in line-insertion fix-it hints (PR... | David Malcolm | 1 | -8/+35 |
2018-08-24 | diagnostics: tweaks to line-spans vs line numbering (PR 87091) | David Malcolm | 1 | -27/+111 |
2018-08-16 | diagnostics: tweak to line-insertion fix-it hints with line-numbering | David Malcolm | 1 | -4/+4 |
2018-08-15 | diagnostics: add labeling of source ranges | David Malcolm | 1 | -5/+341 |
2018-08-09 | diagnostics: add line numbers to source (PR other/84889) | David Malcolm | 1 | -8/+155 |
2018-08-02 | Fix memory leak of pretty_printer prefixes | David Malcolm | 1 | -1/+1 |
2018-04-30 | Use char_span for return type of location_get_source_line | David Malcolm | 1 | -37/+15 |
2018-03-14 | Fix ICE for missing header fix-it hints with overlarge #line directives (PR c... | David Malcolm | 1 | -33/+72 |
2018-01-27 | re PR middle-end/84034 (incomplete warning message with dos line endings) | Bernd Edlinger | 1 | -4/+7 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -2/+2 |
2017-11-28 | Handle very long lines when printing fix-it hints | David Malcolm | 1 | -2/+2 |
2017-11-02 | Move selftest::test_diagnostic_context to its own header | David Malcolm | 1 | -28/+1 |
2017-08-16 | diagnostic-show-locus.c: remove unused field from class colorizer | David Malcolm | 1 | -1/+0 |
2017-07-13 | diagnostics: fix crash when consolidating out-of-order fix-it hints (PR c/81405) | David Malcolm | 1 | -13/+180 |
2017-07-11 | diagnostics: support compact printing of secondary locations | David Malcolm | 1 | -66/+207 |
2017-07-06 | diagnostics: fix end-points of ranges within macros (PR c++/79300) | David Malcolm | 1 | -3/+6 |
2017-06-20 | Prevent fix-it hints from affecting more than one line | David Malcolm | 1 | -0/+48 |
2017-05-03 | New fix-it printer | David Malcolm | 1 | -38/+534 |
2017-05-02 | Support fix-it hints that add new lines | David Malcolm | 1 | -47/+164 |
2017-05-01 | Eliminate fixit_hint class hierarchy | David Malcolm | 1 | -143/+84 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-15 | fix-it hints can't contain newlines | David Malcolm | 1 | -0/+83 |
2016-09-13 | fix-it hints: insert_before vs insert_after | David Malcolm | 1 | -11/+31 |
2016-08-31 | diagnostic-show-locus.c: handle fixits on lines outside the regular ranges | David Malcolm | 1 | -22/+270 |
2016-08-31 | Remove arbitrary limits from rich_location | David Malcolm | 1 | -7/+57 |
2016-08-30 | rich_location: add convenience overloads for adding fix-it hints | David Malcolm | 1 | -13/+4 |
2016-08-29 | Allow the use of ad-hoc locations for fix-it hints | David Malcolm | 1 | -0/+70 |
2016-08-26 | Add validation and consolidation of fix-it hints | David Malcolm | 1 | -0/+155 |
2016-08-26 | Tweak to colors of fix-it hints | David Malcolm | 1 | -28/+38 |
2016-08-19 | Reimplement removal fix-it hints in terms of replace | David Malcolm | 1 | -20/+104 |
2016-08-18 | Allow calling diagnostic_show_locus without a diagnostic_info | David Malcolm | 1 | -18/+225 |
2016-07-20 | Enabling work for C++ handling of misspelled identifiers and typenames | David Malcolm | 1 | -3/+12 |
2016-06-06 | Selftest framework | David Malcolm | 1 | -0/+166 |