aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2014-10-14 14:45:36 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2014-10-14 14:45:36 +0000
commit3aac09524beaea58b2080d72d1eb7f5202853716 (patch)
tree14ba88901f9fa27aced570ad65125c5c7d902a01 /libcpp/ChangeLog
parent48d3af1259c6365615027708f259f04c8ac292fc (diff)
downloadgcc-3aac09524beaea58b2080d72d1eb7f5202853716.tar.gz
gcc-3aac09524beaea58b2080d72d1eb7f5202853716.tar.bz2
gcc-3aac09524beaea58b2080d72d1eb7f5202853716.zip
line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps * argument.
libcpp/ChangeLog: 2014-10-14 Manuel López-Ibáñez <manu@gcc.gnu.org> * include/line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps * argument. (linemap_position_for_line_and_column): const struct line_map * argument. * line-map.c (linemap_add_macro_token): Use correct argument name in comment. (linemap_position_for_line_and_column): const struct line_map * argument. (linemap_macro_map_loc_to_def_point): Fix comment. Make static. (linemap_location_from_macro_expansion_p): const struct line_maps * argument. (linemap_resolve_location): Fix argument names in comment. From-SVN: r216205
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 09304ef8496..eeef815ca52 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,18 @@
+2014-10-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
+
+ * include/line-map.h (linemap_location_from_macro_expansion_p):
+ const struct line_maps * argument.
+ (linemap_position_for_line_and_column): const struct line_map *
+ argument.
+ * line-map.c (linemap_add_macro_token): Use correct argument name
+ in comment.
+ (linemap_position_for_line_and_column): const struct line_map *
+ argument.
+ (linemap_macro_map_loc_to_def_point): Fix comment. Make static.
+ (linemap_location_from_macro_expansion_p): const struct line_maps *
+ argument.
+ (linemap_resolve_location): Fix argument names in comment.
+
2014-10-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* lex.c (search_line_fast): Add new version to be used for Power8