Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5000)

Issue 5232053: Add new debugging routines to the C++ parser (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by Diego Novillo
Modified:
12 years, 6 months ago
Reviewers:
CC:
jason_redhat.com, gcc-patches_gcc.gnu.org
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -36 lines) Patch
M gcc/cp/ChangeLog View 1 chunk +22 lines, -0 lines 0 comments Download
M gcc/cp/parser.h View 1 chunk +1 line, -4 lines 0 comments Download
M gcc/cp/parser.c View 10 chunks +254 lines, -32 lines 0 comments Download

Messages

Total messages: 2
Diego Novillo
I added this code while learning my way through the parser. It dumps most of ...
12 years, 6 months ago (2011-10-12 19:15:50 UTC) #1
jason_redhat.com
12 years, 6 months ago (2011-10-18 01:46:12 UTC) #2
On 10/12/2011 03:15 PM, Diego Novillo wrote:
> +static void
> +cp_debug_print_unparsed_function (FILE *file, cp_unparsed_functions_entry
*uf)

You probably want to handle uf->nsdmis here too now.

Otherwise looks good.

Jason
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b