[Fortran] Fix error cleanup of select rank (PR93522)
[gcc.git] / gcc / diagnostic-show-locus.c
2020-01-10 David MalcolmAdd diagnostic paths
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-10 David Malcolmdiagnostic_show_locus: move initial newline to callers
2019-12-09 Lewis HyattByte vs column awareness for diagnostic-show-locus...
2019-10-01 David MalcolmSupport prefixes in diagnostic_show_locus
2019-09-30 David Malcolmdiagnostic-show-locus.c: rework handling of multiple...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-05 Martin Seborc-decl.c (start_decl): Adjust quoting and hyphenation...
2019-02-20 David MalcolmFix ICE with #line directive (PR c/89410)
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-27 Mike GulickPR preprocessor/83173: Enhance -fdump-internal-location...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-10-15 David Malcolmdiagnostics: add minimum width to left margin for line...
2018-09-25 Martin LiskaRemove unused functions and fields.
2018-09-17 David MalcolmAdd range_idx param to range_label::get_text
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-27 David Malcolmdiagnostics: show an extra line of context in line...
2018-08-24 David Malcolmdiagnostics: tweaks to line-spans vs line numbering...
2018-08-16 David Malcolmdiagnostics: tweak to line-insertion fix-it hints with...
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...