aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic-show-locus.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Add debugging ruler to diagnostic-show-locus.cDavid Malcolm1-0/+39
2016-03-17PR c/70264: fix crash in compatible_locations_p with BUILTINS_LOCATIONDavid Malcolm1-0/+6
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm1-2/+87
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm1-12/+29
2016-02-12PR other/69554: avoid excessive source printing for widely-separated locationsDavid Malcolm1-22/+204
2016-02-03re PR c/69627 (Conditional jump or move depends on uninitialised value(s) in ...Jakub Jelinek1-2/+3
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm1-28/+33
2016-01-16PR diagnostic/68899: fix read-beyond-buffer when printing very wide source linesDavid Malcolm1-2/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22PR c/68473: sanitize source range-printing within certain macro expansionsDavid Malcolm1-6/+28
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm1-5/+101
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-100/+655
2015-09-18Move diagnostic_show_locus and friends out into a new source fileDavid Malcolm1-0/+166