Commit 2650d9e1 by Shujing Zhao Committed by Paolo Carlini

cp-tree.h: (opname_tab...

2009-05-05  Shujing Zhao  <pearly.zhao@oracle.com>

	* cp-tree.h:
       	(opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
       	mangle_compound_literal): Remove unused declarations.
       	(build_vfield_ref, cxx_print_statistics, clone_function_decl,
       	adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
       	pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
       	check_for_out_of_scope_variable, print_other_binding_stack,
       	maybe_push_decl, cxx_mark_addressable, force_target_expr,
       	build_target_expr_with_type, finish_case_label,
       	cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
       	check_template_keyword, cxx_omp_predetermined_sharing,
       	cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
       	cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
       	cxx_omp_privatize_by_reference): Rearrange the declarations line to
       	match the comment that indicates the .c file which the functions are
       	defined.
       	(cxx_print_xnode, cxx_print_decl, cxx_print_type,
       	cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.

From-SVN: r147132
parent 617ab743
2009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
* cp-tree.h:
(opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
mangle_compound_literal): Remove unused declarations.
(build_vfield_ref, cxx_print_statistics, clone_function_decl,
adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
check_for_out_of_scope_variable, print_other_binding_stack,
maybe_push_decl, cxx_mark_addressable, force_target_expr,
build_target_expr_with_type, finish_case_label,
cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
check_template_keyword, cxx_omp_predetermined_sharing,
cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
cxx_omp_privatize_by_reference): Rearrange the declarations line to
match the comment that indicates the .c file which the functions are
defined.
(cxx_print_xnode, cxx_print_decl, cxx_print_type,
cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.
2009-05-05 Nathan Sidwell <nathan@codesourcery.com>
* typeck.c (cp_build_compound_expr): Require RHS to have a known
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment