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

Delesley Hutchins delesley at google.com
Tue Apr 17 10:53:19 PDT 2012


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



More information about the cfe-commits mailing list