[cfe-commits] [PATCH] Thread-safety analysis: split warnings into attribute and analysis groups

Richard Smith richard at metafoo.co.uk
Thu Apr 19 00:14:21 PDT 2012


LGTM, subject to a couple of minor comments I've left on the codereview
site.

On Tue, Apr 17, 2012 at 10:53 AM, Delesley Hutchins <delesley at google.com>wrote:

> Thread safety analysis: split warnings into two groups: attribute warnings
> which are checked in the parser, and analysis warnings that require the
> full analysis.  This allows attribute syntax to be checked independently
> of the full thread safety analysis.  Also introduces a new warning for the
> case where a string is used as a lock expression; this allows the analysis
> to gracefully handle expressions that would otherwise cause a parse error.
>
> http://http://codereview.appspot.com/6051045/
>
> --
> DeLesley Hutchins | Software Engineer | delesley at google.com | 505-206-0315
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120419/d5ca7a34/attachment.html>


More information about the cfe-commits mailing list