r270655 - in /trunk/gcc/cp: ChangeLog decl.c me...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Mon Apr 29 15:22:00 GMT 2019
Author: nathan
Date: Mon Apr 29 15:22:41 2019
New Revision: 270655
URL: https://gcc.gnu.org/viewcvs?rev=270655&root=gcc&view=rev
Log:
[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.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/cp/method.c
trunk/gcc/cp/pt.c
trunk/gcc/cp/semantics.c
More information about the Gcc-cvs
mailing list