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

Issue 4932050: Patch for delayed attribute parsing.

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by delesley
Modified:
14 years, 4 months ago
Visibility:
Public.

Patch Set 1 #

Total comments: 16
Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -37 lines) Patch
M include/clang/Parse/Parser.h View 6 chunks +40 lines, -6 lines 3 comments Download
M include/clang/Sema/Sema.h View 1 chunk +4 lines, -0 lines 0 comments Download
M lib/Parse/ParseDecl.cpp View 4 chunks +155 lines, -27 lines 12 comments Download
M lib/Parse/ParseDeclCXX.cpp View 6 chunks +19 lines, -3 lines 1 comment Download
M lib/Sema/AnalysisBasedWarnings.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/Sema/SemaDecl.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M test/SemaCXX/warn-thread-safety-analysis.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
M test/SemaCXX/warn-thread-safety-parsing.cpp View 3 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 3
supertri
I think the patch is looking really good! We can see if Jeffrey or Chandler ...
14 years, 4 months ago (2011-08-24 01:28:00 UTC) #1
delesley
http://codereview.appspot.com/4932050/diff/1/lib/Parse/ParseDecl.cpp File lib/Parse/ParseDecl.cpp (right): http://codereview.appspot.com/4932050/diff/1/lib/Parse/ParseDecl.cpp#newcode96 lib/Parse/ParseDecl.cpp:96: LateParsedAttrList *LAS) { On 2011/08/24 01:28:00, supertri wrote: > ...
14 years, 4 months ago (2011-08-24 22:06:24 UTC) #2
chandlerc
14 years, 4 months ago (2011-08-24 22:10:08 UTC) #3
http://codereview.appspot.com/4932050/diff/1/lib/Parse/ParseDecl.cpp
File lib/Parse/ParseDecl.cpp (right):

http://codereview.appspot.com/4932050/diff/1/lib/Parse/ParseDecl.cpp#newcode96
lib/Parse/ParseDecl.cpp:96: LateParsedAttrList *LAS) {
On 2011/08/24 22:06:24, delesley wrote:
> On 2011/08/24 01:28:00, supertri wrote:
> > LAS?
> 
> One late attribute = LA.  Two late attributes = LAS.  :-)

LateAttrs would be much more readable... At the ver yleast it should be LAs, but
thats far to confusing for my taste.
Sign in to reply to this message.

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