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

Issue 4919045: Preparation for macro expansion. (Closed)

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

Description

Preparation for macro expansion. Committed: http://code.google.com/p/angleproject/source/detail?r=741

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -168 lines) Patch
M src/compiler/preprocessor/new/Context.h View 1 2 chunks +32 lines, -7 lines 2 comments Download
M src/compiler/preprocessor/new/Context.cpp View 1 1 chunk +71 lines, -5 lines 2 comments Download
M src/compiler/preprocessor/new/Macro.h View 1 1 chunk +25 lines, -7 lines 0 comments Download
A src/compiler/preprocessor/new/Macro.cpp View 1 1 chunk +45 lines, -0 lines 0 comments Download
M src/compiler/preprocessor/new/Preprocessor.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M src/compiler/preprocessor/new/Preprocessor.cpp View 1 2 chunks +6 lines, -10 lines 0 comments Download
M src/compiler/preprocessor/new/Token.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/preprocessor/new/pp.l View 1 4 chunks +19 lines, -27 lines 0 comments Download
M src/compiler/preprocessor/new/pp.y View 1 6 chunks +9 lines, -36 lines 0 comments Download
M src/compiler/preprocessor/new/pp_lex.cpp View 1 4 chunks +19 lines, -27 lines 0 comments Download
M src/compiler/preprocessor/new/pp_tab.cpp View 1 8 chunks +16 lines, -43 lines 0 comments Download
A src/compiler/preprocessor/new/stl_utils.h View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 6
Alok Priyadarshi
14 years, 7 months ago (2011-08-22 08:14:50 UTC) #1
kbr1
LGTM overall. One high-level comment echoing Daniel's concerns from another of your recent patches. The ...
14 years, 7 months ago (2011-08-23 02:06:09 UTC) #2
Alok Priyadarshi
On 2011/08/23 02:06:09, kbr1 wrote: > LGTM overall. One high-level comment echoing Daniel's concerns from ...
14 years, 7 months ago (2011-08-24 17:46:00 UTC) #3
dgkoch
overall LGTM as well. A few comments. http://codereview.appspot.com/4919045/diff/5001/src/compiler/preprocessor/new/Context.cpp File src/compiler/preprocessor/new/Context.cpp (right): http://codereview.appspot.com/4919045/diff/5001/src/compiler/preprocessor/new/Context.cpp#newcode42 src/compiler/preprocessor/new/Context.cpp:42: delete mInput; ...
14 years, 7 months ago (2011-08-30 03:08:37 UTC) #4
dgkoch
On 2011/08/24 17:46:00, Alok Priyadarshi wrote: > On 2011/08/23 02:06:09, kbr1 wrote: > > As ...
14 years, 7 months ago (2011-08-30 03:09:28 UTC) #5
Alok Priyadarshi
14 years, 7 months ago (2011-08-30 04:35:02 UTC) #6
http://codereview.appspot.com/4919045/diff/5001/src/compiler/preprocessor/new...
File src/compiler/preprocessor/new/Context.cpp (right):

http://codereview.appspot.com/4919045/diff/5001/src/compiler/preprocessor/new...
src/compiler/preprocessor/new/Context.cpp:42: delete mInput;
On 2011/08/30 03:08:37, dgkoch wrote:
> should null mInput here so we don't have dangling pointers

Done.

http://codereview.appspot.com/4919045/diff/5001/src/compiler/preprocessor/new...
File src/compiler/preprocessor/new/Context.h (right):

http://codereview.appspot.com/4919045/diff/5001/src/compiler/preprocessor/new...
src/compiler/preprocessor/new/Context.h:39: private:
On 2011/08/30 03:08:37, dgkoch wrote:
> missing DISALLOW_COPY_AND_ASSIGN?

Done.
Sign in to reply to this message.

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