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

Issue 4952051: Rename to C++ Ox conventions

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

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -161 lines) Patch
M include/clang/Basic/DiagnosticSemaKinds.td View 1 chunk +18 lines, -17 lines 10 comments Download
M lib/Sema/AnalysisBasedWarnings.cpp View 27 chunks +80 lines, -90 lines 0 comments Download
M test/SemaCXX/warn-thread-safety-analysis.cpp View 19 chunks +54 lines, -54 lines 0 comments Download

Messages

Total messages: 3
chandlerc
http://codereview.appspot.com/4952051/diff/1/include/clang/Basic/DiagnosticSemaKinds.td File include/clang/Basic/DiagnosticSemaKinds.td (right): http://codereview.appspot.com/4952051/diff/1/include/clang/Basic/DiagnosticSemaKinds.td#newcode1396 include/clang/Basic/DiagnosticSemaKinds.td:1396: "mutex '%0' is still held at the end of ...
12 years, 8 months ago (2011-09-08 17:40:31 UTC) #1
supertri
Since Doug LGTM'd this patch, I have committed it as is (and will shortly commit ...
12 years, 8 months ago (2011-09-08 21:54:48 UTC) #2
supertri
12 years, 7 months ago (2011-09-15 18:18:02 UTC) #3
Changes committed (finally).

http://codereview.appspot.com/4952051/diff/1/include/clang/Basic/DiagnosticSe...
File include/clang/Basic/DiagnosticSemaKinds.td (right):

http://codereview.appspot.com/4952051/diff/1/include/clang/Basic/DiagnosticSe...
include/clang/Basic/DiagnosticSemaKinds.td:1396: "mutex '%0' is still held at
the end of function '%1'">,
On 2011/09/08 17:40:31, chandlerc wrote:
> I would use "still locked" to avoid introducing a third term (held) into the
> diagnostics

Done.

http://codereview.appspot.com/4952051/diff/1/include/clang/Basic/DiagnosticSe...
include/clang/Basic/DiagnosticSemaKinds.td:1407: "lock '%0' is exclusive and
shared in the same scope">,
On 2011/09/08 17:40:31, chandlerc wrote:
> "mutex 'X' is locked exclusively and shared ..." would seem more aligned with
> these messages...

Done.

http://codereview.appspot.com/4952051/diff/1/include/clang/Basic/DiagnosticSe...
include/clang/Basic/DiagnosticSemaKinds.td:1427: "calling function '%0' requires
%select{shared|exclusive}2 lock on '%1'">,
On 2011/09/08 17:40:31, chandlerc wrote:
> requires locking '%1' exclusively

Done.

http://codereview.appspot.com/4952051/diff/1/include/clang/Basic/DiagnosticSe...
include/clang/Basic/DiagnosticSemaKinds.td:1430: "cannot call function '%0'
while holding mutex '%1'">,
On 2011/09/08 17:40:31, chandlerc wrote:
> while mutex '%1' is locked

Done.
Sign in to reply to this message.

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