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

Issue 4964061: Thread safety: Addin locks required and excluded attributes

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

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updates based on reviewer comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -14 lines) Patch
M include/clang/Basic/DiagnosticSemaKinds.td View 1 2 chunks +6 lines, -3 lines 0 comments Download
M lib/Sema/AnalysisBasedWarnings.cpp View 1 2 chunks +51 lines, -2 lines 2 comments Download
M test/SemaCXX/warn-thread-safety-analysis.cpp View 1 2 chunks +114 lines, -9 lines 0 comments Download

Messages

Total messages: 4
chandlerc
http://codereview.appspot.com/4964061/diff/1/lib/Sema/AnalysisBasedWarnings.cpp File lib/Sema/AnalysisBasedWarnings.cpp (right): http://codereview.appspot.com/4964061/diff/1/lib/Sema/AnalysisBasedWarnings.cpp#newcode1139 lib/Sema/AnalysisBasedWarnings.cpp:1139: // case, or decide not to. I don't think ...
12 years, 7 months ago (2011-09-02 06:41:53 UTC) #1
supertri
http://codereview.appspot.com/4964061/diff/1/lib/Sema/AnalysisBasedWarnings.cpp File lib/Sema/AnalysisBasedWarnings.cpp (right): http://codereview.appspot.com/4964061/diff/1/lib/Sema/AnalysisBasedWarnings.cpp#newcode1139 lib/Sema/AnalysisBasedWarnings.cpp:1139: // case, or decide not to. On 2011/09/02 06:41:53, ...
12 years, 7 months ago (2011-09-02 22:23:25 UTC) #2
chandlerc
You also need to audit your variables. Many remain "LT" or "AT" and need to ...
12 years, 7 months ago (2011-09-02 23:10:56 UTC) #3
chandlerc
12 years, 7 months ago (2011-09-02 23:14:32 UTC) #4
On 2011/09/02 23:10:56, chandlerc wrote:
> You also need to audit your variables. Many remain "LT" or "AT" and need to
> become "LK" or "AK". Should be good to commit once that's done.
> 
>
http://codereview.appspot.com/4964061/diff/3001/lib/Sema/AnalysisBasedWarning...
> File lib/Sema/AnalysisBasedWarnings.cpp (right):
> 
>
http://codereview.appspot.com/4964061/diff/3001/lib/Sema/AnalysisBasedWarning...
> lib/Sema/AnalysisBasedWarnings.cpp:781: LK_SHARED,
> As I said previously: LK_Shared
> 
>
http://codereview.appspot.com/4964061/diff/3001/lib/Sema/AnalysisBasedWarning...
> lib/Sema/AnalysisBasedWarnings.cpp:856: bool locksetContains(LockID Lock,
> LockKind LockRequested) const {
> KindRequested?

Ignore these comments. Wrong thread. They've been moved.
Sign in to reply to this message.

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