aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2015-05-05 14:21:02 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2015-05-05 14:21:02 +0000
commitc87b25e6971b0ca7f8d5a28fa8775594d415d263 (patch)
tree7c7a54c3abafff428115672634e58676508baa3c /libcpp/ChangeLog
parentb9066f5ae8c8bb806d173238c3f77097390fa405 (diff)
downloadgcc-c87b25e6971b0ca7f8d5a28fa8775594d415d263.tar.gz
gcc-c87b25e6971b0ca7f8d5a28fa8775594d415d263.tar.bz2
gcc-c87b25e6971b0ca7f8d5a28fa8775594d415d263.zip
libcpp: Improvements to comments in line-map.h/c
libcpp/ChangeLog: * include/line-map.h: Fix comment at the top of the file. (source_location): Rewrite and expand the comment for this typedef, adding an ascii-art table to clarify how source_location values are allocated. * line-map.c: Fix comment at the top of the file. From-SVN: r222806
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 7f6603d0842..ba386de2807 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-05 David Malcolm <dmalcolm@redhat.com>
+
+ * include/line-map.h: Fix comment at the top of the file.
+ (source_location): Rewrite and expand the comment for this
+ typedef, adding an ascii-art table to clarify how source_location
+ values are allocated.
+ * line-map.c: Fix comment at the top of the file.
+
2015-04-09 Richard Biener <rguenther@suse.de>
PR pch/65550