]> git.ipfire.org Git - thirdparty/gcc.git/commit
[C++ PATCH] some cleanups
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2019 15:22:41 +0000 (15:22 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2019 15:22:41 +0000 (15:22 +0000)
commitad9db543abb523cd97f1aa5af78a72188c01aa6e
treed90b262f2e2e18807b5a05fa37174d4ad1ceb35b
parentf7ea3288ba34c7cd73e1771c40cbe867c2056bc3
[C++ PATCH] some cleanups

https://gcc.gnu.org/ml/gcc-patches/2019-04/msg01174.html
* decl.c (duplicate_decls): Add whitespace, move comments into
conditional blocks.
* method.c (explain_implicit_non_constexpr): Refactor.
* pt.c (check_explicit_specialization): Fix indentation.
* semantics.c (process_outer_var_ref): Reformat.
(finish_id_expression_1): Use STRIP_TEMPLATE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270655 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/semantics.c