[cfe-commits] r139370 - in /cfe/trunk: include/clang/Analysis/Analyses/ThreadSafety.h include/clang/Basic/DiagnosticSemaKinds.td lib/Analysis/ThreadSafety.cpp lib/Sema/AnalysisBasedWarnings.cpp test/SemaCXX/warn-thread-safety-analysis.cpp

Chandler Carruth chandlerc at google.com
Fri Sep 9 09:43:31 PDT 2011


Err, I don't see any tests that actually exercise this case:

On Fri, Sep 9, 2011 at 9:21 AM, Caitlin Sadowski <supertri at google.com>wrote:

> +def warn_cannot_resolve_lock : Warning<
> +  "cannot resolve lock expression to a specific lockable object">,
> +  InGroup<ThreadSafety>, DefaultIgnore;
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110909/b230e288/attachment.html>


More information about the cfe-commits mailing list