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

Issue 4893047: Adding support for guardedby/ptguardedby

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

Patch Set 1 #

Total comments: 42

Patch Set 2 : Incorporating reviews and fixing bugs #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -4 lines) Patch
M include/clang/Basic/DiagnosticSemaKinds.td View 1 1 chunk +13 lines, -0 lines 0 comments Download
M lib/Sema/AnalysisBasedWarnings.cpp View 1 3 chunks +124 lines, -4 lines 1 comment Download
M test/SemaCXX/warn-thread-safety-analysis.cpp View 1 1 chunk +115 lines, -0 lines 0 comments Download

Messages

Total messages: 4
Jeffrey Yasskin (google)
http://codereview.appspot.com/4893047/diff/1/include/clang/Basic/DiagnosticSemaKinds.td File include/clang/Basic/DiagnosticSemaKinds.td (right): http://codereview.appspot.com/4893047/diff/1/include/clang/Basic/DiagnosticSemaKinds.td#newcode1340 include/clang/Basic/DiagnosticSemaKinds.td:1340: "accessing variable '%0' requires lock '%1'">, Perhaps, "... requires ...
14 years, 4 months ago (2011-08-19 23:16:51 UTC) #1
chandlerc
http://codereview.appspot.com/4893047/diff/1/lib/Sema/AnalysisBasedWarnings.cpp File lib/Sema/AnalysisBasedWarnings.cpp (right): http://codereview.appspot.com/4893047/diff/1/lib/Sema/AnalysisBasedWarnings.cpp#newcode755 lib/Sema/AnalysisBasedWarnings.cpp:755: void CheckDeclRefExprAccess(DeclRefExpr *Exp, bool Deref = false); A followup ...
14 years, 4 months ago (2011-08-23 21:58:18 UTC) #2
supertri
Here is an updated patch set for guarded_by annotations. I need to talk to Chandler ...
14 years, 4 months ago (2011-08-24 17:57:10 UTC) #3
supertri
14 years, 4 months ago (2011-08-24 18:06:11 UTC) #4
http://codereview.appspot.com/4893047/diff/7001/lib/Sema/AnalysisBasedWarning...
File lib/Sema/AnalysisBasedWarnings.cpp (right):

http://codereview.appspot.com/4893047/diff/7001/lib/Sema/AnalysisBasedWarning...
lib/Sema/AnalysisBasedWarnings.cpp:926: /// \brief For unary operations which
read and write a variable, we need to check
Whoops, over 80 char. Fixed in my local copy.
Sign in to reply to this message.

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