aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2015-11-02 19:47:03 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2015-11-02 19:47:03 +0000
commit525ce91010c1606b6d8cb0155ef23321bb556aad (patch)
treedb9b37e922843db6316a583629c8e361352b1328 /libcpp/ChangeLog
parent5c1a2e639a26f1582318ac6f547a8819ea7c6034 (diff)
downloadgcc-525ce91010c1606b6d8cb0155ef23321bb556aad.zip
gcc-525ce91010c1606b6d8cb0155ef23321bb556aad.tar.gz
gcc-525ce91010c1606b6d8cb0155ef23321bb556aad.tar.bz2
libcpp: Improvements to description of source_location in line-map.h
libcpp/ChangeLog: * include/line-map.h (source_location): In the table in the descriptive comment, show UNKNOWN_LOCATION, BUILTINS_LOCATION, LINE_MAP_MAX_LOCATION_WITH_COLS, LINE_MAP_MAX_SOURCE_LOCATION. Add notes about ad-hoc values. From-SVN: r229673
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index f474fe7..295124e 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2015-11-02 David Malcolm <dmalcolm@redhat.com>
+
+ * include/line-map.h (source_location): In the table in the
+ descriptive comment, show UNKNOWN_LOCATION, BUILTINS_LOCATION,
+ LINE_MAP_MAX_LOCATION_WITH_COLS, LINE_MAP_MAX_SOURCE_LOCATION.
+ Add notes about ad-hoc values.
+
2015-10-21 Mikhail Maltsev <maltsevm@gmail.com>
* include/line-map.h: Use CHECKING_P instead of ENABLE_CHECKING.