diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-05-11 19:15:59 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-05-11 19:15:59 +0000 |
commit | ce9750d5ae64fbacf43b027992496241ded1b211 (patch) | |
tree | ae04625342b306f3801b6e6fa5e154d098068f75 /libcc1 | |
parent | 505dd180fa93c15942be514aa8e9139bb024d5e8 (diff) | |
download | gcc-ce9750d5ae64fbacf43b027992496241ded1b211.zip gcc-ce9750d5ae64fbacf43b027992496241ded1b211.tar.gz gcc-ce9750d5ae64fbacf43b027992496241ded1b211.tar.bz2 |
Missing Changelog
Missing Changelog
* libcp1plugin.cc (safe_pushdecl_maybe_friend): Call pushdecl.
From-SVN: r247924
Diffstat (limited to 'libcc1')
-rw-r--r-- | libcc1/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 17310a0..0a66c21 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,7 @@ +2017-05-11 Nathan Sidwell <nathan@acm.org> + + * libcp1plugin.cc (safe_pushdecl_maybe_friend): Call pushdecl. + 2017-05-10 Nathan Sidwell <nathan@acm.org> * libcp1plugin.cc (plugin_build_decl): Adjust add_method call. |