[PATCH] D21506: [analyzer] Block in critical section

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 19 18:02:08 PDT 2016


zaks.anna added a comment.

This checker is now in alpha.unix, because it is new and is in active development. However, alpha checkers are not supported and are not turned on by default, so we should move it into unix package once we think it is ready to be used.

Evaluation on a large real codebase (or several) would give us a higher confidence in the checker, so it will be valuable to perform that before we move the package out of alpha. However, clang is probably not a good codebase to test this on because it's not heavily multithreaded.


Repository:
  rL LLVM

https://reviews.llvm.org/D21506





More information about the cfe-commits mailing list