summaryrefslogtreecommitdiff
path: root/gcc/diagnostic-show-locus.c
Commit message (Expand)AuthorAgeFilesLines
* 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