summaryrefslogtreecommitdiff
path: root/gcc/diagnostic-show-locus.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostic-show-locus.c: remove unused field from class colorizerdmalcolm2017-08-161-1/+0
* diagnostics: fix crash when consolidating out-of-order fix-it hints (PR c/81405)dmalcolm2017-07-131-13/+180
* diagnostics: support compact printing of secondary locationsdmalcolm2017-07-111-66/+207
* diagnostics: fix end-points of ranges within macros (PR c++/79300)dmalcolm2017-07-061-3/+6
* Prevent fix-it hints from affecting more than one linedmalcolm2017-06-201-0/+48
* New fix-it printerdmalcolm2017-05-031-38/+534
* Support fix-it hints that add new linesdmalcolm2017-05-021-47/+164
* Eliminate fixit_hint class hierarchydmalcolm2017-05-011-143/+84
* Update copyright years.jakub2017-01-011-1/+1
* fix-it hints can't contain newlinesdmalcolm2016-09-151-0/+83
* fix-it hints: insert_before vs insert_afterdmalcolm2016-09-131-11/+31
* diagnostic-show-locus.c: handle fixits on lines outside the regular rangesdmalcolm2016-08-311-22/+270
* Remove arbitrary limits from rich_locationdmalcolm2016-08-311-7/+57
* rich_location: add convenience overloads for adding fix-it hintsdmalcolm2016-08-301-13/+4
* Allow the use of ad-hoc locations for fix-it hintsdmalcolm2016-08-291-0/+70
* Add validation and consolidation of fix-it hintsdmalcolm2016-08-261-0/+155
* Tweak to colors of fix-it hintsdmalcolm2016-08-261-28/+38
* Reimplement removal fix-it hints in terms of replacedmalcolm2016-08-191-20/+104
* Allow calling diagnostic_show_locus without a diagnostic_infodmalcolm2016-08-181-18/+225
* Enabling work for C++ handling of misspelled identifiers and typenamesdmalcolm2016-07-201-3/+12
* Selftest frameworkdmalcolm2016-06-061-0/+166
* Add debugging ruler to diagnostic-show-locus.cdmalcolm2016-05-101-0/+39
* PR c/70264: fix crash in compatible_locations_p with BUILTINS_LOCATIONdmalcolm2016-03-171-0/+6
* PR c++/70105: prevent nonsensical underline spew for macro expansionsdmalcolm2016-03-091-2/+87
* PR c++/70105: Defer location expansion until diagnostic_show_locusdmalcolm2016-03-091-12/+29
* PR other/69554: avoid excessive source printing for widely-separated locationsdmalcolm2016-02-121-22/+204
* PR c/69627jakub2016-02-031-2/+3
* PR other/69006: fix extra newlines after diagnosticsdmalcolm2016-01-261-28/+33
* PR diagnostic/68899: fix read-beyond-buffer when printing very wide source linesdmalcolm2016-01-161-2/+1
* Update copyright years.jakub2016-01-041-1/+1
* PR c/68473: sanitize source range-printing within certain macro expansionsdmalcolm2015-12-221-6/+28
* PR 62314: add ability to add fixit-hints to a diagnosticdmalcolm2015-11-201-5/+101
* Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm2015-11-061-100/+655
* Move diagnostic_show_locus and friends out into a new source filedmalcolm2015-09-181-0/+166