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

Issue 5014044: Add typo correction for the (non-template) type name in C++ "new" statements.

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by Kaelyn
Modified:
12 years, 7 months ago
Reviewers:
chandlerc, dblaikie
Visibility:
Public.

Patch Set 1 #

Total comments: 8

Patch Set 2 : Remove the need to pass a bool for controlling typo correction through several layers of the Parser #

Patch Set 3 : Remove the need to pass a bool for controlling typo correction through several layers of the Parser #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -7 lines) Patch
M include/clang/Sema/Sema.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M lib/Parse/Parser.cpp View 1 1 chunk +6 lines, -1 line 0 comments Download
M lib/Sema/SemaDecl.cpp View 1 2 chunks +47 lines, -1 line 0 comments Download
M test/SemaCXX/missing-namespace-qualifier-typo-corrections.cpp View 2 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 8
Kaelyn
12 years, 7 months ago (2011-09-14 00:16:25 UTC) #1
Kaelyn
FYI, this patch allows for typo correction in what is from a user perspective a ...
12 years, 7 months ago (2011-09-14 00:22:23 UTC) #2
Kaelyn
Ping? I'd like at least a little feedback before submitting this patch since it is ...
12 years, 7 months ago (2011-09-22 22:01:11 UTC) #3
chandlerc
I don't really like all the plumbing of bool parameters through so much of the ...
12 years, 7 months ago (2011-09-23 17:58:53 UTC) #4
dblaikie_gmail.com
> > > http://codereview.appspot.com/5014044/diff/1/lib/Parse/Parser.cpp#newcode1282 > lib/Parse/Parser.cpp:1282: IdentifierInfo *CorrectedII = NULL; > s/NULL/0/ > I know ...
12 years, 7 months ago (2011-09-23 18:12:39 UTC) #5
Kaelyn
12 years, 7 months ago (2011-09-23 21:56:17 UTC) #6
Kaelyn
On Fri, Sep 23, 2011 at 10:58 AM, <chandlerc@gmail.com> wrote: > I don't really like ...
12 years, 7 months ago (2011-09-23 22:11:03 UTC) #7
chandlerc
12 years, 7 months ago (2011-09-26 23:48:27 UTC) #8
FYI, looks fine to me pending a sanity check w/ Doug.
Sign in to reply to this message.

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