[C++ PATCH] some cleanups
authorNathan Sidwell <nathan@acm.org>
Mon, 29 Apr 2019 15:22:41 +0000 (15:22 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 29 Apr 2019 15:22:41 +0000 (15:22 +0000)
commit348dd384c8f647ba56be21932d068d180be243e3
treed90b262f2e2e18807b5a05fa37174d4ad1ceb35b
parent074084767c9d7c4d52d919c343b65bb61c564096
[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.

From-SVN: r270655
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/semantics.c