diff options
author | David Malcolm <dmalcolm@gcc.gnu.org> | 2017-07-11 14:02:27 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2017-07-11 14:02:27 +0000 |
commit | 3fd10f97f1c2a0b832596c3b2b5c8bb22d81bf90 (patch) | |
tree | 4a46e63e97c59dd71d688469d9b0288925978e12 | |
parent | a10631530f1719c92d70117455e2a207975b350b (diff) | |
download | gcc-3fd10f97f1c2a0b832596c3b2b5c8bb22d81bf90.zip gcc-3fd10f97f1c2a0b832596c3b2b5c8bb22d81bf90.tar.gz gcc-3fd10f97f1c2a0b832596c3b2b5c8bb22d81bf90.tar.bz2 |
Fix ChangeLog omission in r250133
From-SVN: r250134
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c971e8a..699239a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -8,6 +8,7 @@ support for filtering to just the lines already specified by other locations. (layout::will_show_line_p): New method. + (gcc_rich_location::add_location_if_nearby): 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): |