diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-04-26 07:14:01 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-04-26 07:14:01 +0000 |
commit | 1d72e96f53abe39dfa4cefce338d2886a9ae0ea1 (patch) | |
tree | d3312d2f0112387a0c5c243b879b69fbce449e0f /libcpp/ChangeLog | |
parent | c7121189c39bdda5e94360cf03002c2b2fe865cd (diff) | |
download | gcc-1d72e96f53abe39dfa4cefce338d2886a9ae0ea1.zip gcc-1d72e96f53abe39dfa4cefce338d2886a9ae0ea1.tar.gz gcc-1d72e96f53abe39dfa4cefce338d2886a9ae0ea1.tar.bz2 |
tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment.
2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
* tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
comment. Delete unused parameter first_exp_point_map.
(virt_loc_aware_diagnostic_finalizer): Update call.
libcpp/
* line-map.c (linemap_resolve_location): Synchronize comments with
those in line-map.h.
* include/line-map.h (linemap_resolve_location): Fix spelling in
comment.
From-SVN: r186860
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 133620b..08878b2 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org> + + * line-map.c (linemap_resolve_location): Synchronize comments with + those in line-map.h. + * include/line-map.h (linemap_resolve_location): Fix spelling in + comment. + 2012-03-22 Richard Earnshaw <rearnsha@arm.com> * lex.c (search_line_fast): Provide Neon-optimized version for ARM. |