This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r226916 - in /branches/google/gcc-4_9/gcc: cp/c...


Author: tejohnson
Date: Sun Aug 16 00:45:52 2015
New Revision: 226916

URL: https://gcc.gnu.org/viewcvs?rev=226916&root=gcc&view=rev
Log:
2015-08-15  Teresa Johnson  <tejohnson@google.com>

	Google ref b/23176787.
	* cp/cp-lang.c: Rename clear_deferred_fns to reset_parsing_state.
	* cp/cp-tree.h: Ditto, declare clear_lambda_scope.
	* cp/decl2.c (cp_reset_parsing_state): Ditto, call clear_lambda_scope.
	* cp/parser.c (clear_lambda_scope): New function.
	* l-ipo.c (pop_module_scope): Rename clear_deferred_fns to
	reset_parsing_state.
	* langhooks-def.h: Ditto.
	* langhooks.h: Ditto.

Modified:
    branches/google/gcc-4_9/gcc/cp/cp-lang.c
    branches/google/gcc-4_9/gcc/cp/cp-tree.h
    branches/google/gcc-4_9/gcc/cp/decl2.c
    branches/google/gcc-4_9/gcc/cp/parser.c
    branches/google/gcc-4_9/gcc/l-ipo.c
    branches/google/gcc-4_9/gcc/langhooks-def.h
    branches/google/gcc-4_9/gcc/langhooks.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]