[cfe-commits] [PATCH] Thread-safety analysis: downgrade lockable requirement from error to warning.
Delesley Hutchins
delesley at google.com
Thu Mar 15 09:26:10 PDT 2012
This patch downgrades the requirement that mutex expressions must
refer to lockable objects from an error message to a warning. The
rest of the thread safety analysis works fine even if the class is not
lockable, so there is no reason to break the build just because a
class is missing the LOCKABLE attribute.
http://codereview.appspot.com/5820063/
-DeLesley
--
DeLesley Hutchins | Software Engineer | delesley at google.com | 505-206-0315
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-downgrade-nonlockable-warning.patch
Type: application/octet-stream
Size: 22649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120315/0d7cf552/attachment.obj>
More information about the cfe-commits
mailing list