[cfe-commits] [PATCH] Thread-safety analysis: handle attributes on constructors

Delesley Hutchins delesley at google.com
Tue Oct 18 16:15:48 PDT 2011


This patch adds support for handling thread safety attributes on
constructors as well as ordinary methods.

  http://codereview.appspot.com/5310043/

Note to reviewers: the patch file is a bit misleading.  The main
change is that I moved implementation of VisitCXXMemberCallExpr into a
separate function (handleCall), that is invoked from both
VisitCXXMemberCallExpr and VisitCXXConstructExpr.  However, diff
thinks I moved around other things instead.

  -DeLesley

-- 
DeLesley Hutchins | Software Engineer | delesley at google.com | 505-206-0315
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-constructor-attributes.patch
Type: text/x-patch
Size: 8085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111018/91ae4f44/attachment.bin>


More information about the cfe-commits mailing list