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

Issue 4963062: Complete implementation for handling #define directive. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by Alok Priyadarshi
Modified:
12 years, 8 months ago
Reviewers:
kbr1, dgkoch
CC:
angleproject-review_googlegroups.com
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Complete implementation for handling #define directive. Committed: http://code.google.com/p/angleproject/source/detail?r=752

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+598 lines, -575 lines) Patch
M src/compiler/preprocessor/new/Context.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M src/compiler/preprocessor/new/Context.cpp View 1 2 4 chunks +39 lines, -13 lines 0 comments Download
M src/compiler/preprocessor/new/Macro.h View 1 2 1 chunk +6 lines, -7 lines 0 comments Download
M src/compiler/preprocessor/new/Macro.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/preprocessor/new/Token.cpp View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/compiler/preprocessor/new/pp.l View 1 2 4 chunks +31 lines, -4 lines 2 comments Download
M src/compiler/preprocessor/new/pp.y View 1 2 6 chunks +38 lines, -45 lines 0 comments Download
M src/compiler/preprocessor/new/pp_lex.cpp View 1 2 15 chunks +201 lines, -201 lines 0 comments Download
M src/compiler/preprocessor/new/pp_tab.h View 1 2 2 chunks +36 lines, -39 lines 0 comments Download
M src/compiler/preprocessor/new/pp_tab.cpp View 1 2 13 chunks +238 lines, -254 lines 0 comments Download

Messages

Total messages: 9
Alok Priyadarshi
12 years, 8 months ago (2011-09-06 21:53:33 UTC) #1
kbr1
LGTM. Only one tiny question. http://codereview.appspot.com/4963062/diff/2001/src/compiler/preprocessor/new/pp.y File src/compiler/preprocessor/new/pp.y (right): http://codereview.appspot.com/4963062/diff/2001/src/compiler/preprocessor/new/pp.y#newcode160 src/compiler/preprocessor/new/pp.y:160: } Is there a ...
12 years, 8 months ago (2011-09-07 23:14:07 UTC) #2
Alok Priyadarshi
Parser does not handle whitespace anymore. http://codereview.appspot.com/4963062/diff/2001/src/compiler/preprocessor/new/pp.y File src/compiler/preprocessor/new/pp.y (right): http://codereview.appspot.com/4963062/diff/2001/src/compiler/preprocessor/new/pp.y#newcode160 src/compiler/preprocessor/new/pp.y:160: } On 2011/09/07 ...
12 years, 8 months ago (2011-09-12 05:45:49 UTC) #3
kbr1
LGTM again. http://codereview.appspot.com/4963062/diff/6001/src/compiler/preprocessor/new/pp.l File src/compiler/preprocessor/new/pp.l (right): http://codereview.appspot.com/4963062/diff/6001/src/compiler/preprocessor/new/pp.l#newcode74 src/compiler/preprocessor/new/pp.l:74: {HASH}undef{HSPACE}+ { return HASH_UNDEF; } Why does ...
12 years, 8 months ago (2011-09-12 18:23:02 UTC) #4
Alok Priyadarshi
http://codereview.appspot.com/4963062/diff/6001/src/compiler/preprocessor/new/pp.l File src/compiler/preprocessor/new/pp.l (right): http://codereview.appspot.com/4963062/diff/6001/src/compiler/preprocessor/new/pp.l#newcode74 src/compiler/preprocessor/new/pp.l:74: {HASH}undef{HSPACE}+ { return HASH_UNDEF; } On 2011/09/12 18:23:02, kbr1 ...
12 years, 8 months ago (2011-09-12 18:29:45 UTC) #5
kbr1
On 2011/09/12 18:29:45, Alok Priyadarshi wrote: > http://codereview.appspot.com/4963062/diff/6001/src/compiler/preprocessor/new/pp.l > File src/compiler/preprocessor/new/pp.l (right): > > http://codereview.appspot.com/4963062/diff/6001/src/compiler/preprocessor/new/pp.l#newcode74 ...
12 years, 8 months ago (2011-09-12 18:36:28 UTC) #6
Alok Priyadarshi
> Not necessary. Thanks for the info. Please go ahead and land. (Actually, please > ...
12 years, 8 months ago (2011-09-12 18:38:17 UTC) #7
kbr1
On 2011/09/12 18:38:17, Alok Priyadarshi wrote: > > Not necessary. Thanks for the info. Please ...
12 years, 8 months ago (2011-09-12 18:42:36 UTC) #8
dgkoch
12 years, 8 months ago (2011-09-13 12:47:54 UTC) #9
LGTM (for the record)
Sign in to reply to this message.

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