Thread Safety Analysis — Clang 5 documentation
Clang Thread Safety Analysis is a C++ language extension which warns about potential race conditions in code. The analysis is completely static (i.e. compile-time); there is no run-time overhead.
from Pocket http://ift.tt/2ovQzc7
via IFTTT