]> git.ipfire.org Git - thirdparty/gcc.git/commit
cp-tree.h (identifier_p): New.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Fri, 22 Mar 2013 03:55:51 +0000 (03:55 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 22 Mar 2013 03:55:51 +0000 (03:55 +0000)
commit9dc6f476cea37cef0802c02e0914f9583dd0206c
treec508723a4bc62e4868f5b9b447ddc497eba95417
parent35054b15e4f9517aa0f63bae3048ab4fa183d4b2
cp-tree.h (identifier_p): New.

* cp-tree.h (identifier_p): New.
* call.c: Throughout, call identifier_p insstead of direct
comparaison of TREE_CODE against IDENTIFIER_NODE.
* decl.c: Likewisse.
* decl2.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* name-lookup.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.

From-SVN: r196897
15 files changed:
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/mangle.c
gcc/cp/name-lookup.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/search.c
gcc/cp/semantics.c
gcc/cp/tree.c
gcc/cp/typeck.c
gcc/cp/typeck2.c