[PATCH] D85431: [analyzer] Implement a new checker ThreadPrimitivesChecker

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 08:06:18 PDT 2020


ASDenysPetrov updated this revision to Diff 284373.
ASDenysPetrov edited the summary of this revision.
ASDenysPetrov added a comment.

Added recursive_mutex support.

Please, look at a test file on TODOs. I want to cover those cases in the future. Could you advise me something on it?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85431/new/

https://reviews.llvm.org/D85431

Files:
  clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
  clang/lib/StaticAnalyzer/Checkers/ThreadPrimitivesChecker.cpp
  clang/test/Analysis/Checkers/ThreadPrimitivesChecker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85431.284373.patch
Type: text/x-patch
Size: 8508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200810/508c3148/attachment-0001.bin>


More information about the cfe-commits mailing list