]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/diagnostic-show-locus.c
diagnostics: add labeling of source ranges
[thirdparty/gcc.git] / gcc / diagnostic-show-locus.c
2018-08-15  David Malcolmdiagnostics: add labeling of source ranges
2018-08-09  David Malcolmdiagnostics: add line numbers to source (PR other/84889)
2018-08-02  David MalcolmFix memory leak of pretty_printer prefixes
2018-04-30  David MalcolmUse char_span for return type of location_get_source_line
2018-03-14  David MalcolmFix ICE for missing header fix-it hints with overlarge...
2018-01-27  Bernd Edlingerre PR middle-end/84034 (incomplete warning message...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-19  Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-11-28  David MalcolmHandle very long lines when printing fix-it hints
2017-11-02  David MalcolmMove selftest::test_diagnostic_context to its own header
2017-08-16  David Malcolmdiagnostic-show-locus.c: remove unused field from class...
2017-07-13  David Malcolmdiagnostics: fix crash when consolidating out-of-order...
2017-07-11  David Malcolmdiagnostics: support compact printing of secondary...
2017-07-06  David Malcolmdiagnostics: fix end-points of ranges within macros...
2017-06-20  David MalcolmPrevent fix-it hints from affecting more than one line
2017-05-03  David MalcolmNew fix-it printer
2017-05-02  David MalcolmSupport fix-it hints that add new lines
2017-05-01  David MalcolmEliminate fixit_hint class hierarchy
2017-01-01  Jakub JelinekUpdate copyright years.
2016-09-15  David Malcolmfix-it hints can't contain newlines
2016-09-13  David Malcolmfix-it hints: insert_before vs insert_after
2016-08-31  David Malcolmdiagnostic-show-locus.c: handle fixits on lines outside...
2016-08-31  David MalcolmRemove arbitrary limits from rich_location
2016-08-30  David Malcolmrich_location: add convenience overloads for adding...
2016-08-29  David MalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-26  David MalcolmAdd validation and consolidation of fix-it hints
2016-08-26  David MalcolmTweak to colors of fix-it hints
2016-08-19  David MalcolmReimplement removal fix-it hints in terms of replace
2016-08-18  David MalcolmAllow calling diagnostic_show_locus without a diagnosti...
2016-07-20  David MalcolmEnabling work for C++ handling of misspelled identifier...
2016-06-06  David MalcolmSelftest framework
2016-05-10  David MalcolmAdd debugging ruler to diagnostic-show-locus.c
2016-03-17  David MalcolmPR c/70264: fix crash in compatible_locations_p with...
2016-03-09  David MalcolmPR c++/70105: prevent nonsensical underline spew for...
2016-03-09  David MalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-02-12  David MalcolmPR other/69554: avoid excessive source printing for...
2016-02-03  Jakub Jelinekre PR c/69627 (Conditional jump or move depends on...
2016-01-26  David MalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-16  David MalcolmPR diagnostic/68899: fix read-beyond-buffer when printi...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-22  David MalcolmPR c/68473: sanitize source range-printing within certa...
2015-11-20  David MalcolmPR 62314: add ability to add fixit-hints to a diagnostic
2015-11-06  David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-09-18  David MalcolmMove diagnostic_show_locus and friends out into a new...