diagnostics: support compact printing of secondary locations
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 11 Jul 2017 13:43:31 +0000 (13:43 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 11 Jul 2017 13:43:31 +0000 (13:43 +0000)
commita10631530f1719c92d70117455e2a207975b350b
treeacbc15e7a9bfdeafeb290b090773e2ae649fdc6f
parentd988b35c9a330535dda0a46c79f6312fd3f846c6
diagnostics: support compact printing of secondary locations

gcc/ChangeLog:
* diagnostic-show-locus.c: Include "gcc-rich-location.h".
(layout::m_primary_loc): New field.
(layout::layout): Initialize new field.  Move location filtering
logic from here to...
(layout::maybe_add_location_range): ...this new method.  Add
support for filtering to just the lines already specified by other
locations.
(layout::will_show_line_p): New method.
(selftest::test_add_location_if_nearby): New test function.
(selftest::diagnostic_show_locus_c_tests): Call it.
* gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
New method.

From-SVN: r250133
gcc/ChangeLog
gcc/diagnostic-show-locus.c
gcc/gcc-rich-location.h