]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/diagnostic-show-locus.c
Add range_idx param to range_label::get_text
[thirdparty/gcc.git] / gcc / diagnostic-show-locus.c
2018-09-17  dmalcolmAdd range_idx param to range_label::get_text
2018-08-27  dmalcolmLess verbose fix-it hints for missing header files...
2018-08-27  dmalcolmdiagnostics: show an extra line of context in line...
2018-08-24  dmalcolmdiagnostics: tweaks to line-spans vs line numbering...
2018-08-16  dmalcolmdiagnostics: tweak to line-insertion fix-it hints with...
2018-08-15  dmalcolmdiagnostics: add labeling of source ranges
2018-08-09  dmalcolmdiagnostics: add line numbers to source (PR other/84889)
2018-08-02  dmalcolmFix memory leak of pretty_printer prefixes
2018-04-30  dmalcolmUse char_span for return type of location_get_source_line
2018-03-14  dmalcolmFix ICE for missing header fix-it hints with overlarge...
2018-01-27  edlinger2018-01-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2018-01-03  jakub Update copyright years.
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-11-28  dmalcolmHandle very long lines when printing fix-it hints
2017-11-02  dmalcolmMove selftest::test_diagnostic_context to its own header
2017-08-16  dmalcolmdiagnostic-show-locus.c: remove unused field from class...
2017-07-13  dmalcolmdiagnostics: fix crash when consolidating out-of-order...
2017-07-11  dmalcolmdiagnostics: support compact printing of secondary...
2017-07-06  dmalcolmdiagnostics: fix end-points of ranges within macros...
2017-06-20  dmalcolmPrevent fix-it hints from affecting more than one line
2017-05-03  dmalcolmNew fix-it printer
2017-05-02  dmalcolmSupport fix-it hints that add new lines
2017-05-01  dmalcolmEliminate fixit_hint class hierarchy
2017-01-01  jakub Update copyright years.
2016-09-15  dmalcolmfix-it hints can't contain newlines
2016-09-13  dmalcolmfix-it hints: insert_before vs insert_after
2016-08-31  dmalcolmdiagnostic-show-locus.c: handle fixits on lines outside...
2016-08-31  dmalcolmRemove arbitrary limits from rich_location
2016-08-30  dmalcolmrich_location: add convenience overloads for adding...
2016-08-29  dmalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-26  dmalcolmAdd validation and consolidation of fix-it hints
2016-08-26  dmalcolmTweak to colors of fix-it hints
2016-08-19  dmalcolmReimplement removal fix-it hints in terms of replace
2016-08-18  dmalcolmAllow calling diagnostic_show_locus without a diagnosti...
2016-07-20  dmalcolmEnabling work for C++ handling of misspelled identifier...
2016-06-06  dmalcolmSelftest framework
2016-05-10  dmalcolmAdd debugging ruler to diagnostic-show-locus.c
2016-03-17  dmalcolmPR c/70264: fix crash in compatible_locations_p with...
2016-03-09  dmalcolmPR c++/70105: prevent nonsensical underline spew for...
2016-03-09  dmalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-02-12  dmalcolmPR other/69554: avoid excessive source printing for...
2016-02-03  jakub PR c/69627
2016-01-26  dmalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-16  dmalcolmPR diagnostic/68899: fix read-beyond-buffer when printi...
2016-01-04  jakub Update copyright years.
2015-12-22  dmalcolmPR c/68473: sanitize source range-printing within certa...
2015-11-20  dmalcolmPR 62314: add ability to add fixit-hints to a diagnostic
2015-11-06  dmalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-09-18  dmalcolmMove diagnostic_show_locus and friends out into a new...