[C++ PATCH] some reformatting
commitd3e9b3e9990221a5733d8d6feb3c24b682f99f4f
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2018 18:35:15 +0000 (12 18:35 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2018 18:35:15 +0000 (12 18:35 +0000)
tree7d8e60ff469d89dbad8f4bce456a95f28b260af9
parent27af02e20efddd9db5978b8c2a88bdfdb88638ae
[C++ PATCH] some reformatting

https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01107.html
* cp-tree.h (mark_rvalue_use): Add parm name.
* expr.c (mark_lvalue_use, mark_lvalue_use_nonread): Move next to
mark_rvalue_use.
* call.c (convert_like_real): Fix formatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256593 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/expr.c