[cfe-commits] [PATCH] Thread-safety analysis: turn off checking inside constructors, destructors, lock and unlock functions.

Delesley Hutchins delesley at google.com
Fri Jan 13 14:46:39 PST 2012


Checking inside constructors, destructors, lock, and unlock functions
does not follow the normal rules for thread safety analysis.  For now
we just disable checking inside these functions.

  http://codereview.appspot.com/5544060/

-- 
DeLesley Hutchins | Software Engineer | delesley at google.com | 505-206-0315
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-disable-checking.patch
Type: application/octet-stream
Size: 4563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120113/49fc8ae1/attachment.obj>


More information about the cfe-commits mailing list